Html Css Color HEX #0962E5 Navy Blue

📋 copy color: '#0962E5'

red 9 ◦ green 98 ◦ blue 229

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

Shades of Navy Blue #0962E5

Tints of Navy Blue #0962E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 68.15%

R = 2.68%
G = 29.17%
B = 68.15%

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

#0962E5 (or 0x0962E5) is known color: Navy Blue. HEX triplet: 09, 62 and E5. RGB value is (9,98,229). Sum of RGB (Red+Green+Blue) = 9+98+229=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 229 (89.84% from 255 or 68.15% from 336); Max value from RGB is 229 - color contains mainly: blue. Hex color #0962E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0962E5 is #F69D1A. Grayscale: #555555. Windows color (decimal): -16162075 or 15032841. OLE color: 15032841.

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

Color convert

RGB 9 98 229 -
CMYK 0.96 0.57 0 0.10
HSL 215.73º 0.92% 0.47% -
HSV(B) 215.73º 0.96% 0.9% -
XYZ 18.62 14.45 75.94 -
YUV 86.32 208.51 72.85 -
System Red Green Blue C M Y K H S L
Decimal 9 98 229 0.96 0.57 0 0.10 215.73 0.92 0.47
Hex 9 62 E5 60 39 0 A D8 5C 2F
Octal 11 142 345 140 71 0 12 330 134 57
Binary 1001 1100010 11100101 1100000 111001 0 1010 11011000 1011100 101111

Color Harmonies of #0962E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0962E5

Black with #0962E5

Text Example


Text Example

White with #0962E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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