Html Css Color HEX #0B799B Cerulean

📋 copy color: '#0B799B'

red 11 ◦ green 121 ◦ blue 155

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

Shades of Cerulean #0B799B

Tints of Cerulean #0B799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.16%

 BLUE value IS 155 (60.94% from 255) = 54.01%

R = 3.83%
G = 42.16%
B = 54.01%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0B799B (or 0x0B799B) is known color: Cerulean. HEX triplet: 0B, 79 and 9B. RGB value is (11,121,155). Sum of RGB (Red+Green+Blue) = 11+121+155=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B799B is #F48664. Grayscale: #5B5B5B. Windows color (decimal): -16025189 or 10189067. OLE color: 10189067.

HSL color Cylindrical-coordinate representation of color #0B799B: hue angle of 194.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B799B is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 11 121 155 -
CMYK 0.93 0.22 0 0.39
HSL 194.17º 0.87% 0.33% -
HSV(B) 194.17º 0.93% 0.61% -
XYZ 12.89 16.11 33.44 -
YUV 91.99 163.56 70.24 -
System Red Green Blue C M Y K H S L
Decimal 11 121 155 0.93 0.22 0 0.39 194.17 0.87 0.33
Hex B 79 9B 5D 16 0 27 C2 57 21
Octal 13 171 233 135 26 0 47 302 127 41
Binary 1011 1111001 10011011 1011101 10110 0 100111 11000010 1010111 100001

Color Harmonies of #0B799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B799B

Black with #0B799B

Text Example


Text Example

White with #0B799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,121,155); }

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

background-color css

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

 a { background-color: rgb(11,121,155); }

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

border-color css

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

 span { border-color: rgb(11,121,155); }

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