Html Css Color HEX #0A799D Cerulean

📋 copy color: '#0A799D'

red 10 ◦ green 121 ◦ blue 157

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

Shades of Cerulean #0A799D

Tints of Cerulean #0A799D

RGB

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

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

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

R = 3.47%
G = 42.01%
B = 54.51%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A799D (or 0x0A799D) is known color: Cerulean. HEX triplet: 0A, 79 and 9D. RGB value is (10,121,157). Sum of RGB (Red+Green+Blue) = 10+121+157=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A799D is #F58662. Grayscale: #5B5B5B. Windows color (decimal): -16090723 or 10320138. OLE color: 10320138.

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

Color convert

RGB 10 121 157 -
CMYK 0.94 0.23 0 0.38
HSL 194.69º 0.88% 0.33% -
HSV(B) 194.69º 0.94% 0.62% -
XYZ 13.05 16.17 34.33 -
YUV 91.92 164.73 69.57 -
System Red Green Blue C M Y K H S L
Decimal 10 121 157 0.94 0.23 0 0.38 194.69 0.88 0.33
Hex A 79 9D 5E 17 0 26 C3 58 21
Octal 12 171 235 136 27 0 46 303 130 41
Binary 1010 1111001 10011101 1011110 10111 0 100110 11000011 1011000 100001

Color Harmonies of #0A799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A799D

Black with #0A799D

Text Example


Text Example

White with #0A799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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