Html Css Color HEX #0A779B Cerulean

📋 copy color: '#0A779B'

red 10 ◦ green 119 ◦ blue 155

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

Shades of Cerulean #0A779B

Tints of Cerulean #0A779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.9%

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

R = 3.52%
G = 41.9%
B = 54.58%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0A779B (or 0x0A779B) is known color: Cerulean. HEX triplet: 0A, 77 and 9B. RGB value is (10,119,155). Sum of RGB (Red+Green+Blue) = 10+119+155=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A779B is #F58864. Grayscale: #5A5A5A. Windows color (decimal): -16091237 or 10188554. OLE color: 10188554.

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

Color convert

RGB 10 119 155 -
CMYK 0.94 0.23 0 0.39
HSL 194.9º 0.88% 0.32% -
HSV(B) 194.9º 0.94% 0.61% -
XYZ 12.64 15.62 33.36 -
YUV 90.51 164.39 70.57 -
System Red Green Blue C M Y K H S L
Decimal 10 119 155 0.94 0.23 0 0.39 194.9 0.88 0.32
Hex A 77 9B 5E 17 0 27 C3 58 20
Octal 12 167 233 136 27 0 47 303 130 40
Binary 1010 1110111 10011011 1011110 10111 0 100111 11000011 1011000 100000

Color Harmonies of #0A779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A779B

Black with #0A779B

Text Example


Text Example

White with #0A779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,119,155); }

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

background-color css

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

 a { background-color: rgb(10,119,155); }

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

border-color css

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

 span { border-color: rgb(10,119,155); }

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