Html Css Color HEX #0A799C Cerulean

📋 copy color: '#0A799C'

red 10 ◦ green 121 ◦ blue 156

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

Shades of Cerulean #0A799C

Tints of Cerulean #0A799C

RGB

 RED value IS 10 (4.3% from 255) = 3.48%

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

 BLUE value IS 156 (61.33% from 255) = 54.36%

R = 3.48%
G = 42.16%
B = 54.36%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0A799C (or 0x0A799C) is known color: Cerulean. HEX triplet: 0A, 79 and 9C. RGB value is (10,121,156). Sum of RGB (Red+Green+Blue) = 10+121+156=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A799C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A799C is #F58663. Grayscale: #5B5B5B. Windows color (decimal): -16090724 or 10254602. OLE color: 10254602.

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

Color convert

RGB 10 121 156 -
CMYK 0.94 0.22 0 0.39
HSL 194.38º 0.88% 0.33% -
HSV(B) 194.38º 0.94% 0.61% -
XYZ 12.96 16.14 33.88 -
YUV 91.8 164.23 69.65 -
System Red Green Blue C M Y K H S L
Decimal 10 121 156 0.94 0.22 0 0.39 194.38 0.88 0.33
Hex A 79 9C 5E 16 0 27 C2 58 21
Octal 12 171 234 136 26 0 47 302 130 41
Binary 1010 1111001 10011100 1011110 10110 0 100111 11000010 1011000 100001

Color Harmonies of #0A799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A799C

Black with #0A799C

Text Example


Text Example

White with #0A799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,121,156); }

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

background-color css

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

 a { background-color: rgb(10,121,156); }

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

border-color css

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

 span { border-color: rgb(10,121,156); }

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