Html Css Color HEX #0B799D Cerulean

📋 copy color: '#0B799D'

red 11 ◦ green 121 ◦ blue 157

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

Shades of Cerulean #0B799D

Tints of Cerulean #0B799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 3.81%
G = 41.87%
B = 54.33%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0B799D (or 0x0B799D) is known color: Cerulean. HEX triplet: 0B, 79 and 9D. RGB value is (11,121,157). Sum of RGB (Red+Green+Blue) = 11+121+157=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B799D is #F48662. Grayscale: #5B5B5B. Windows color (decimal): -16025187 or 10320139. OLE color: 10320139.

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

Color convert

RGB 11 121 157 -
CMYK 0.93 0.23 0 0.38
HSL 194.79º 0.87% 0.33% -
HSV(B) 194.79º 0.93% 0.62% -
XYZ 13.06 16.18 34.33 -
YUV 92.21 164.56 70.07 -
System Red Green Blue C M Y K H S L
Decimal 11 121 157 0.93 0.23 0 0.38 194.79 0.87 0.33
Hex B 79 9D 5D 17 0 26 C3 57 21
Octal 13 171 235 135 27 0 46 303 127 41
Binary 1011 1111001 10011101 1011101 10111 0 100110 11000011 1010111 100001

Color Harmonies of #0B799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B799D

Black with #0B799D

Text Example


Text Example

White with #0B799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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