Html Css Color HEX #0A789D Cerulean

📋 copy color: '#0A789D'

red 10 ◦ green 120 ◦ blue 157

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

Shades of Cerulean #0A789D

Tints of Cerulean #0A789D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.81%

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

R = 3.48%
G = 41.81%
B = 54.7%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A789D (or 0x0A789D) is known color: Cerulean. HEX triplet: 0A, 78 and 9D. RGB value is (10,120,157). Sum of RGB (Red+Green+Blue) = 10+120+157=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A789D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A789D is #F58762. Grayscale: #5B5B5B. Windows color (decimal): -16090979 or 10319882. OLE color: 10319882.

HSL color Cylindrical-coordinate representation of color #0A789D: hue angle of 195.1º 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 #0A789D is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 120 157 -
CMYK 0.94 0.24 0 0.38
HSL 195.1º 0.88% 0.33% -
HSV(B) 195.1º 0.94% 0.62% -
XYZ 12.93 15.93 34.29 -
YUV 91.33 165.06 69.99 -
System Red Green Blue C M Y K H S L
Decimal 10 120 157 0.94 0.24 0 0.38 195.1 0.88 0.33
Hex A 78 9D 5E 18 0 26 C3 58 21
Octal 12 170 235 136 30 0 46 303 130 41
Binary 1010 1111000 10011101 1011110 11000 0 100110 11000011 1011000 100001

Color Harmonies of #0A789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A789D

Black with #0A789D

Text Example


Text Example

White with #0A789D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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