Html Css Color HEX #0972D7 Navy Blue

📋 copy color: '#0972D7'

red 9 ◦ green 114 ◦ blue 215

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

Shades of Navy Blue #0972D7

Tints of Navy Blue #0972D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 63.61%

R = 2.66%
G = 33.73%
B = 63.61%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0972D7 (or 0x0972D7) is known color: Navy Blue. HEX triplet: 09, 72 and D7. RGB value is (9,114,215). Sum of RGB (Red+Green+Blue) = 9+114+215=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 215 (84.38% from 255 or 63.61% from 338); Max value from RGB is 215 - color contains mainly: blue. Hex color #0972D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0972D7 is #F68D28. Grayscale: #5D5D5D. Windows color (decimal): -16157993 or 14119433. OLE color: 14119433.

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

Color convert

RGB 9 114 215 -
CMYK 0.96 0.47 0 0.16
HSL 209.42º 0.92% 0.44% -
HSV(B) 209.42º 0.96% 0.84% -
XYZ 18.4 17 66.6 -
YUV 94.12 196.21 67.29 -
System Red Green Blue C M Y K H S L
Decimal 9 114 215 0.96 0.47 0 0.16 209.42 0.92 0.44
Hex 9 72 D7 60 2F 0 10 D1 5C 2C
Octal 11 162 327 140 57 0 20 321 134 54
Binary 1001 1110010 11010111 1100000 101111 0 10000 11010001 1011100 101100

Color Harmonies of #0972D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0972D7

Black with #0972D7

Text Example


Text Example

White with #0972D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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