Html Css Color HEX #0A79B3 Cerulean

📋 copy color: '#0A79B3'

red 10 ◦ green 121 ◦ blue 179

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

Shades of Cerulean #0A79B3

Tints of Cerulean #0A79B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 57.74%

R = 3.23%
G = 39.03%
B = 57.74%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0A79B3 (or 0x0A79B3) is known color: Cerulean. HEX triplet: 0A, 79 and B3. RGB value is (10,121,179). Sum of RGB (Red+Green+Blue) = 10+121+179=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #0A79B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A79B3 is #F5864C. Grayscale: #5E5E5E. Windows color (decimal): -16090701 or 11761930. OLE color: 11761930.

HSL color Cylindrical-coordinate representation of color #0A79B3: hue angle of 200.59º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A79B3 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 10 121 179 -
CMYK 0.94 0.32 0 0.30
HSL 200.59º 0.89% 0.37% -
HSV(B) 200.59º 0.94% 0.7% -
XYZ 15.1 16.99 45.13 -
YUV 94.42 175.73 67.78 -
System Red Green Blue C M Y K H S L
Decimal 10 121 179 0.94 0.32 0 0.30 200.59 0.89 0.37
Hex A 79 B3 5E 20 0 1E C9 59 25
Octal 12 171 263 136 40 0 36 311 131 45
Binary 1010 1111001 10110011 1011110 100000 0 11110 11001001 1011001 100101

Color Harmonies of #0A79B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A79B3

Black with #0A79B3

Text Example


Text Example

White with #0A79B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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