Html Css Color HEX #0972DB Navy Blue

📋 copy color: '#0972DB'

red 9 ◦ green 114 ◦ blue 219

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

Shades of Navy Blue #0972DB

Tints of Navy Blue #0972DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 2.63%
G = 33.33%
B = 64.04%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0972DB (or 0x0972DB) is known color: Navy Blue. HEX triplet: 09, 72 and DB. RGB value is (9,114,219). Sum of RGB (Red+Green+Blue) = 9+114+219=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #0972DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0972DB is #F68D24. Grayscale: #5E5E5E. Windows color (decimal): -16157989 or 14381577. OLE color: 14381577.

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

Color convert

RGB 9 114 219 -
CMYK 0.96 0.48 0 0.14
HSL 210º 0.92% 0.45% -
HSV(B) 210º 0.96% 0.86% -
XYZ 18.92 17.21 69.34 -
YUV 94.58 198.21 66.96 -
System Red Green Blue C M Y K H S L
Decimal 9 114 219 0.96 0.48 0 0.14 210 0.92 0.45
Hex 9 72 DB 60 30 0 E D2 5C 2D
Octal 11 162 333 140 60 0 16 322 134 55
Binary 1001 1110010 11011011 1100000 110000 0 1110 11010010 1011100 101101

Color Harmonies of #0972DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0972DB

Black with #0972DB

Text Example


Text Example

White with #0972DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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