Html Css Color HEX #0B779B Cerulean

📋 copy color: '#0B779B'

red 11 ◦ green 119 ◦ blue 155

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

Shades of Cerulean #0B779B

Tints of Cerulean #0B779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.75%

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

R = 3.86%
G = 41.75%
B = 54.39%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0B779B (or 0x0B779B) is known color: Cerulean. HEX triplet: 0B, 77 and 9B. RGB value is (11,119,155). Sum of RGB (Red+Green+Blue) = 11+119+155=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B779B is #F48864. Grayscale: #5A5A5A. Windows color (decimal): -16025701 or 10188555. OLE color: 10188555.

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

Color convert

RGB 11 119 155 -
CMYK 0.93 0.23 0 0.39
HSL 195º 0.87% 0.33% -
HSV(B) 195º 0.93% 0.61% -
XYZ 12.65 15.63 33.36 -
YUV 90.81 164.22 71.07 -
System Red Green Blue C M Y K H S L
Decimal 11 119 155 0.93 0.23 0 0.39 195 0.87 0.33
Hex B 77 9B 5D 17 0 27 C3 57 21
Octal 13 167 233 135 27 0 47 303 127 41
Binary 1011 1110111 10011011 1011101 10111 0 100111 11000011 1010111 100001

Color Harmonies of #0B779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B779B

Black with #0B779B

Text Example


Text Example

White with #0B779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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