Html Css Color HEX #0962E6 Navy Blue

📋 copy color: '#0962E6'

red 9 ◦ green 98 ◦ blue 230

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

Shades of Navy Blue #0962E6

Tints of Navy Blue #0962E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 68.25%

R = 2.67%
G = 29.08%
B = 68.25%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0962E6 (or 0x0962E6) is known color: Navy Blue. HEX triplet: 09, 62 and E6. RGB value is (9,98,230). Sum of RGB (Red+Green+Blue) = 9+98+230=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 230 (90.23% from 255 or 68.25% from 337); Max value from RGB is 230 - color contains mainly: blue. Hex color #0962E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0962E6 is #F69D19. Grayscale: #555555. Windows color (decimal): -16162074 or 15098377. OLE color: 15098377.

HSL color Cylindrical-coordinate representation of color #0962E6: hue angle of 215.84º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0962E6 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 98 230 -
CMYK 0.96 0.57 0 0.10
HSL 215.84º 0.92% 0.47% -
HSV(B) 215.84º 0.96% 0.9% -
XYZ 18.76 14.51 76.67 -
YUV 86.44 209.01 72.77 -
System Red Green Blue C M Y K H S L
Decimal 9 98 230 0.96 0.57 0 0.10 215.84 0.92 0.47
Hex 9 62 E6 60 39 0 A D8 5C 2F
Octal 11 142 346 140 71 0 12 330 134 57
Binary 1001 1100010 11100110 1100000 111001 0 1010 11011000 1011100 101111

Color Harmonies of #0962E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0962E6

Black with #0962E6

Text Example


Text Example

White with #0962E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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