Html Css Color HEX #0972DE Navy Blue

📋 copy color: '#0972DE'

red 9 ◦ green 114 ◦ blue 222

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

Shades of Navy Blue #0972DE

Tints of Navy Blue #0972DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.35%

R = 2.61%
G = 33.04%
B = 64.35%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0972DE (or 0x0972DE) is known color: Navy Blue. HEX triplet: 09, 72 and DE. RGB value is (9,114,222). Sum of RGB (Red+Green+Blue) = 9+114+222=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #0972DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0972DE is #F68D21. Grayscale: #5E5E5E. Windows color (decimal): -16157986 or 14578185. OLE color: 14578185.

HSL color Cylindrical-coordinate representation of color #0972DE: hue angle of 210.42º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0972DE is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 114 222 -
CMYK 0.96 0.49 0 0.13
HSL 210.42º 0.92% 0.45% -
HSV(B) 210.42º 0.96% 0.87% -
XYZ 19.31 17.37 71.44 -
YUV 94.92 199.71 66.72 -
System Red Green Blue C M Y K H S L
Decimal 9 114 222 0.96 0.49 0 0.13 210.42 0.92 0.45
Hex 9 72 DE 60 31 0 D D2 5C 2D
Octal 11 162 336 140 61 0 15 322 134 55
Binary 1001 1110010 11011110 1100000 110001 0 1101 11010010 1011100 101101

Color Harmonies of #0972DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0972DE

Black with #0972DE

Text Example


Text Example

White with #0972DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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