Html Css Color HEX #0D799B Cerulean

📋 copy color: '#0D799B'

red 13 ◦ green 121 ◦ blue 155

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

Shades of Cerulean #0D799B

Tints of Cerulean #0D799B

RGB

 RED value IS 13 (5.47% from 255) = 4.5%

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

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

R = 4.5%
G = 41.87%
B = 53.63%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D799B (or 0x0D799B) is known color: Cerulean. HEX triplet: 0D, 79 and 9B. RGB value is (13,121,155). Sum of RGB (Red+Green+Blue) = 13+121+155=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D799B is #F28664. Grayscale: #5C5C5C. Windows color (decimal): -15894117 or 10189069. OLE color: 10189069.

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

Color convert

RGB 13 121 155 -
CMYK 0.92 0.22 0 0.39
HSL 194.37º 0.85% 0.33% -
HSV(B) 194.37º 0.92% 0.61% -
XYZ 12.92 16.13 33.44 -
YUV 92.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 13 121 155 0.92 0.22 0 0.39 194.37 0.85 0.33
Hex D 79 9B 5C 16 0 27 C2 55 21
Octal 15 171 233 134 26 0 47 302 125 41
Binary 1101 1111001 10011011 1011100 10110 0 100111 11000010 1010101 100001

Color Harmonies of #0D799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D799B

Black with #0D799B

Text Example


Text Example

White with #0D799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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