Html Css Color HEX #0973EF Navy Blue

📋 copy color: '#0973EF'

red 9 ◦ green 115 ◦ blue 239

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

Shades of Navy Blue #0973EF

Tints of Navy Blue #0973EF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.68%

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

R = 2.48%
G = 31.68%
B = 65.84%

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

#0973EF (or 0x0973EF) is known color: Navy Blue. HEX triplet: 09, 73 and EF. RGB value is (9,115,239). Sum of RGB (Red+Green+Blue) = 9+115+239=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #0973EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0973EF is #F68C10. Grayscale: #606060. Windows color (decimal): -16157713 or 15692553. OLE color: 15692553.

HSL color Cylindrical-coordinate representation of color #0973EF: hue angle of 212.35º 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 #0973EF is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 115 239 -
CMYK 0.96 0.52 0 0.06
HSL 212.35º 0.93% 0.49% -
HSV(B) 212.35º 0.96% 0.94% -
XYZ 21.82 18.55 84.09 -
YUV 97.44 207.88 64.92 -
System Red Green Blue C M Y K H S L
Decimal 9 115 239 0.96 0.52 0 0.06 212.35 0.93 0.49
Hex 9 73 EF 60 34 0 6 D4 5D 31
Octal 11 163 357 140 64 0 6 324 135 61
Binary 1001 1110011 11101111 1100000 110100 0 110 11010100 1011101 110001

Color Harmonies of #0973EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0973EF

Black with #0973EF

Text Example


Text Example

White with #0973EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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