#0B5F93

Color #0B5F93 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #0B5F93

Tints of Endeavour #0B5F93

Color information

#0B5F93 (or 0x0B5F93) is unknown color: approx Endeavour. HEX triplet: 0B, 5F and 93. RGB value is (11,95,147). Sum of RGB (Red+Green+Blue) = 11+95+147=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #0B5F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5F93 is #F4A06C. Grayscale: #4B4B4B. Windows color (decimal): -16031853 or 9658123. OLE color: 9658123.

HSL color Cylindrical-coordinate representation of color #0B5F93: hue angle of 202.94º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5F93 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1195147-
CMYK0.930.3500.42
HSL202.94º86.08%30.98%-
HSV(B)202.94º92.52%57.65%-
XYZ9.510.3629.1-
YUV75.81168.1781.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 4.35%
GREEN value IS 95 (37.5% from 255) = 37.55%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=4.35%
G=37.55%
B=58.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11951470.930.3500.42202.9486.0830.98
HexB5F935D2302Acb561f
Octal131372231354305231312637
Binary10111011111100100111011101100011010101011001011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B5F93; }

 p { color: rgb(11,95,147); }

 H1.HeaderClassName
 {
   color: #0B5F93;
 }
 .AnyTagClassName
 {
   color: #0B5F93;
 }
</style>
background-color css

<style>
 a { background-color: #0B5F93; }

 a { background-color: rgb(11,95,147); }

 div.DivClassName
 {
   background-color: #0B5F93;
 }
 .BgClassName
 {
   background-color: #0B5F93;
 }
</style>
border-color css

<style>
 span { border-color: #0B5F93; }

 span { border-color: rgb(11,95,147); }

 td.TdClassName
 {
   border-color: #0B5F93;
 }
 .TagClassName
 {
   border-color: #0B5F93;
 }
</style>