Html Css Color HEX #0962EF Navy Blue

📋 copy color: '#0962EF'

red 9 ◦ green 98 ◦ blue 239

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

Shades of Navy Blue #0962EF

Tints of Navy Blue #0962EF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

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

R = 2.6%
G = 28.32%
B = 69.08%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0962EF (or 0x0962EF) is known color: Navy Blue. HEX triplet: 09, 62 and EF. RGB value is (9,98,239). Sum of RGB (Red+Green+Blue) = 9+98+239=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #0962EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0962EF is #F69D10. Grayscale: #565656. Windows color (decimal): -16162065 or 15688201. OLE color: 15688201.

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

Color convert

RGB 9 98 239 -
CMYK 0.96 0.59 0 0.06
HSL 216.78º 0.93% 0.49% -
HSV(B) 216.78º 0.96% 0.94% -
XYZ 20.06 15.03 83.5 -
YUV 87.46 213.51 72.04 -
System Red Green Blue C M Y K H S L
Decimal 9 98 239 0.96 0.59 0 0.06 216.78 0.93 0.49
Hex 9 62 EF 60 3B 0 6 D9 5D 31
Octal 11 142 357 140 73 0 6 331 135 61
Binary 1001 1100010 11101111 1100000 111011 0 110 11011001 1011101 110001

Color Harmonies of #0962EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0962EF

Black with #0962EF

Text Example


Text Example

White with #0962EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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