Html Css Color HEX #0D799A Cerulean

📋 copy color: '#0D799A'

red 13 ◦ green 121 ◦ blue 154

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

Shades of Cerulean #0D799A

Tints of Cerulean #0D799A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.47%

R = 4.51%
G = 42.01%
B = 53.47%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0D799A (or 0x0D799A) is known color: Cerulean. HEX triplet: 0D, 79 and 9A. RGB value is (13,121,154). Sum of RGB (Red+Green+Blue) = 13+121+154=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D799A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D799A is #F28665. Grayscale: #5C5C5C. Windows color (decimal): -15894118 or 10123533. OLE color: 10123533.

HSL color Cylindrical-coordinate representation of color #0D799A: hue angle of 194.04º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D799A is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 13 121 154 -
CMYK 0.92 0.21 0 0.40
HSL 194.04º 0.84% 0.33% -
HSV(B) 194.04º 0.92% 0.6% -
XYZ 12.84 16.09 33 -
YUV 92.47 162.72 71.32 -
System Red Green Blue C M Y K H S L
Decimal 13 121 154 0.92 0.21 0 0.40 194.04 0.84 0.33
Hex D 79 9A 5C 15 0 28 C2 54 21
Octal 15 171 232 134 25 0 50 302 124 41
Binary 1101 1111001 10011010 1011100 10101 0 101000 11000010 1010100 100001

Color Harmonies of #0D799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D799A

Black with #0D799A

Text Example


Text Example

White with #0D799A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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