#0B5C95

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

Shades of Endeavour #0B5C95

Tints of Endeavour #0B5C95

Color information

#0B5C95 (or 0x0B5C95) is unknown color: approx Endeavour. HEX triplet: 0B, 5C and 95. RGB value is (11,92,149). Sum of RGB (Red+Green+Blue) = 11+92+149=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B5C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5C95 is #F4A36A. Grayscale: #494949. Windows color (decimal): -16032619 or 9788427. OLE color: 9788427.

HSL color Cylindrical-coordinate representation of color #0B5C95: hue angle of 204.78º 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 #0B5C95 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1192149-
CMYK0.930.3800.42
HSL204.78º86.25%31.37%-
HSV(B)204.78º92.62%58.43%-
XYZ9.399.929.85-
YUV74.28170.1682.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.37%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 149 (58.59% from 255) = 59.13%
R=4.37%
G=36.51%
B=59.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11921490.930.3800.42204.7886.2531.37
HexB5C955D2602Acd561f
Octal131342251354605231512637
Binary10111011100100101011011101100110010101011001101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,92,149); }

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

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

 a { background-color: rgb(11,92,149); }

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

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

 span { border-color: rgb(11,92,149); }

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