Html Css Color HEX #0972E5 Navy Blue

📋 copy color: '#0972E5'

red 9 ◦ green 114 ◦ blue 229

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

Shades of Navy Blue #0972E5

Tints of Navy Blue #0972E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 65.06%

R = 2.56%
G = 32.39%
B = 65.06%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0972E5 (or 0x0972E5) is known color: Navy Blue. HEX triplet: 09, 72 and E5. RGB value is (9,114,229). Sum of RGB (Red+Green+Blue) = 9+114+229=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #0972E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0972E5 is #F68D1A. Grayscale: #5F5F5F. Windows color (decimal): -16157979 or 15036937. OLE color: 15036937.

HSL color Cylindrical-coordinate representation of color #0972E5: hue angle of 211.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0972E5 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 114 229 -
CMYK 0.96 0.50 0 0.10
HSL 211.36º 0.92% 0.47% -
HSV(B) 211.36º 0.96% 0.9% -
XYZ 20.27 17.75 76.49 -
YUV 95.72 203.21 66.15 -
System Red Green Blue C M Y K H S L
Decimal 9 114 229 0.96 0.50 0 0.10 211.36 0.92 0.47
Hex 9 72 E5 60 32 0 A D3 5C 2F
Octal 11 162 345 140 62 0 12 323 134 57
Binary 1001 1110010 11100101 1100000 110010 0 1010 11010011 1011100 101111

Color Harmonies of #0972E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0972E5

Black with #0972E5

Text Example


Text Example

White with #0972E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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