Html Css Color HEX #0972CE Navy Blue

📋 copy color: '#0972CE'

red 9 ◦ green 114 ◦ blue 206

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

Shades of Navy Blue #0972CE

Tints of Navy Blue #0972CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 2.74%
G = 34.65%
B = 62.61%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0972CE (or 0x0972CE) is known color: Navy Blue. HEX triplet: 09, 72 and CE. RGB value is (9,114,206). Sum of RGB (Red+Green+Blue) = 9+114+206=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #0972CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0972CE is #F68D31. Grayscale: #5C5C5C. Windows color (decimal): -16158002 or 13529609. OLE color: 13529609.

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

Color convert

RGB 9 114 206 -
CMYK 0.96 0.45 0 0.19
HSL 208.02º 0.92% 0.42% -
HSV(B) 208.02º 0.96% 0.81% -
XYZ 17.27 16.55 60.68 -
YUV 93.09 191.71 68.02 -
System Red Green Blue C M Y K H S L
Decimal 9 114 206 0.96 0.45 0 0.19 208.02 0.92 0.42
Hex 9 72 CE 60 2D 0 13 D0 5C 2A
Octal 11 162 316 140 55 0 23 320 134 52
Binary 1001 1110010 11001110 1100000 101101 0 10011 11010000 1011100 101010

Color Harmonies of #0972CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0972CE

Black with #0972CE

Text Example


Text Example

White with #0972CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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