Html Css Color HEX #0B6097 Endeavour

📋 copy color: '#0B6097'

red 11 ◦ green 96 ◦ blue 151

#0B6097
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #0B6097

Tints of Endeavour #0B6097

RGB

 RED value IS 11 (4.69% from 255) = 4.26%

 GREEN value IS 96 (37.89% from 255) = 37.21%

 BLUE value IS 151 (59.38% from 255) = 58.53%

R = 4.26%
G = 37.21%
B = 58.53%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0B6097 (or 0x0B6097) is known color: Endeavour. HEX triplet: 0B, 60 and 97. RGB value is (11,96,151). Sum of RGB (Red+Green+Blue) = 11+96+151=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #0B6097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6097 is #F49F68. Grayscale: #4C4C4C. Windows color (decimal): -16031593 or 9920523. OLE color: 9920523.

HSL color Cylindrical-coordinate representation of color #0B6097: hue angle of 203.57º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B6097 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 96 151 -
CMYK 0.93 0.36 0 0.41
HSL 203.57º 0.86% 0.32% -
HSV(B) 203.57º 0.93% 0.59% -
XYZ 9.91 10.67 30.82 -
YUV 76.86 169.84 81.03 -
System Red Green Blue C M Y K H S L
Decimal 11 96 151 0.93 0.36 0 0.41 203.57 0.86 0.32
Hex B 60 97 5D 24 0 29 CC 56 20
Octal 13 140 227 135 44 0 51 314 126 40
Binary 1011 1100000 10010111 1011101 100100 0 101001 11001100 1010110 100000

Color Harmonies of #0B6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6097

Black with #0B6097

Text Example


Text Example

White with #0B6097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,96,151); }

 H1.HeaderClassName
 {
   color: #0B6097;
 }
 .AnyTagClassName
 {
   color: #0B6097;
 }
</style>

background-color css

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

 a { background-color: rgb(11,96,151); }

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

border-color css

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

 span { border-color: rgb(11,96,151); }

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