Html Css Color HEX #0972EF Navy Blue

📋 copy color: '#0972EF'

red 9 ◦ green 114 ◦ blue 239

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

Shades of Navy Blue #0972EF

Tints of Navy Blue #0972EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 2.49%
G = 31.49%
B = 66.02%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0972EF (or 0x0972EF) is known color: Navy Blue. HEX triplet: 09, 72 and EF. RGB value is (9,114,239). Sum of RGB (Red+Green+Blue) = 9+114+239=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #0972EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0972EF is #F68D10. Grayscale: #606060. Windows color (decimal): -16157969 or 15692297. OLE color: 15692297.

HSL color Cylindrical-coordinate representation of color #0972EF: hue angle of 212.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0972EF is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 114 239 -
CMYK 0.96 0.52 0 0.06
HSL 212.61º 0.93% 0.49% -
HSV(B) 212.61º 0.96% 0.94% -
XYZ 21.71 18.32 84.05 -
YUV 96.86 208.21 65.34 -
System Red Green Blue C M Y K H S L
Decimal 9 114 239 0.96 0.52 0 0.06 212.61 0.93 0.49
Hex 9 72 EF 60 34 0 6 D5 5D 31
Octal 11 162 357 140 64 0 6 325 135 61
Binary 1001 1110010 11101111 1100000 110100 0 110 11010101 1011101 110001

Color Harmonies of #0972EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0972EF

Black with #0972EF

Text Example


Text Example

White with #0972EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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