Html Css Color HEX #0A74AE Cerulean

📋 copy color: '#0A74AE'

red 10 ◦ green 116 ◦ blue 174

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

Shades of Cerulean #0A74AE

Tints of Cerulean #0A74AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 174 (68.36% from 255) = 58%

R = 3.33%
G = 38.67%
B = 58%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A74AE (or 0x0A74AE) is known color: Cerulean. HEX triplet: 0A, 74 and AE. RGB value is (10,116,174). Sum of RGB (Red+Green+Blue) = 10+116+174=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A74AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A74AE is #F58B51. Grayscale: #5A5A5A. Windows color (decimal): -16091986 or 11432970. OLE color: 11432970.

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

Color convert

RGB 10 116 174 -
CMYK 0.94 0.33 0 0.32
HSL 201.22º 0.89% 0.36% -
HSV(B) 201.22º 0.94% 0.68% -
XYZ 14.01 15.61 42.32 -
YUV 90.92 174.88 70.28 -
System Red Green Blue C M Y K H S L
Decimal 10 116 174 0.94 0.33 0 0.32 201.22 0.89 0.36
Hex A 74 AE 5E 21 0 20 C9 59 24
Octal 12 164 256 136 41 0 40 311 131 44
Binary 1010 1110100 10101110 1011110 100001 0 100000 11001001 1011001 100100

Color Harmonies of #0A74AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A74AE

Black with #0A74AE

Text Example


Text Example

White with #0A74AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,116,174); }

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

background-color css

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

 a { background-color: rgb(10,116,174); }

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

border-color css

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

 span { border-color: rgb(10,116,174); }

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