Html Css Color HEX #0A7DAC Cerulean

📋 copy color: '#0A7DAC'

red 10 ◦ green 125 ◦ blue 172

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

Shades of Cerulean #0A7DAC

Tints of Cerulean #0A7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.72%

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 3.26%
G = 40.72%
B = 56.03%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A7DAC (or 0x0A7DAC) is known color: Cerulean. HEX triplet: 0A, 7D and AC. RGB value is (10,125,172). Sum of RGB (Red+Green+Blue) = 10+125+172=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A7DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7DAC is #F58253. Grayscale: #5F5F5F. Windows color (decimal): -16089684 or 11304202. OLE color: 11304202.

HSL color Cylindrical-coordinate representation of color #0A7DAC: hue angle of 197.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A7DAC is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 125 172 -
CMYK 0.94 0.27 0 0.33
HSL 197.41º 0.89% 0.36% -
HSV(B) 197.41º 0.94% 0.67% -
XYZ 14.91 17.71 41.66 -
YUV 95.97 170.9 66.68 -
System Red Green Blue C M Y K H S L
Decimal 10 125 172 0.94 0.27 0 0.33 197.41 0.89 0.36
Hex A 7D AC 5E 1B 0 21 C5 59 24
Octal 12 175 254 136 33 0 41 305 131 44
Binary 1010 1111101 10101100 1011110 11011 0 100001 11000101 1011001 100100

Color Harmonies of #0A7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7DAC

Black with #0A7DAC

Text Example


Text Example

White with #0A7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,125,172); }

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

background-color css

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

 a { background-color: rgb(10,125,172); }

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

border-color css

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

 span { border-color: rgb(10,125,172); }

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