Html Css Color HEX #0972AE Cerulean

📋 copy color: '#0972AE'

red 9 ◦ green 114 ◦ blue 174

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

Shades of Cerulean #0972AE

Tints of Cerulean #0972AE

RGB

 RED value IS 9 (3.91% from 255) = 3.03%

 GREEN value IS 114 (44.92% from 255) = 38.38%

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

R = 3.03%
G = 38.38%
B = 58.59%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0972AE (or 0x0972AE) is known color: Cerulean. HEX triplet: 09, 72 and AE. RGB value is (9,114,174). Sum of RGB (Red+Green+Blue) = 9+114+174=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #0972AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0972AE is #F68D51. Grayscale: #595959. Windows color (decimal): -16158034 or 11432457. OLE color: 11432457.

HSL color Cylindrical-coordinate representation of color #0972AE: hue angle of 201.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0972AE is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 114 174 -
CMYK 0.95 0.34 0 0.32
HSL 201.82º 0.9% 0.36% -
HSV(B) 201.82º 0.95% 0.68% -
XYZ 13.77 15.15 42.24 -
YUV 89.45 175.71 70.62 -
System Red Green Blue C M Y K H S L
Decimal 9 114 174 0.95 0.34 0 0.32 201.82 0.9 0.36
Hex 9 72 AE 5F 22 0 20 CA 5A 24
Octal 11 162 256 137 42 0 40 312 132 44
Binary 1001 1110010 10101110 1011111 100010 0 100000 11001010 1011010 100100

Color Harmonies of #0972AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0972AE

Black with #0972AE

Text Example


Text Example

White with #0972AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0972AE; }

 p { color: rgb(9,114,174); }

 H1.HeaderClassName
 {
   color: #0972AE;
 }
 .AnyTagClassName
 {
   color: #0972AE;
 }
</style>

background-color css

<style>
 a { background-color: #0972AE; }

 a { background-color: rgb(9,114,174); }

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

border-color css

<style>
 span { border-color: #0972AE; }

 span { border-color: rgb(9,114,174); }

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