Html Css Color HEX #0964EB Navy Blue

📋 copy color: '#0964EB'

red 9 ◦ green 100 ◦ blue 235

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

Shades of Navy Blue #0964EB

Tints of Navy Blue #0964EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

 BLUE value IS 235 (92.19% from 255) = 68.31%

R = 2.62%
G = 29.07%
B = 68.31%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0964EB (or 0x0964EB) is known color: Navy Blue. HEX triplet: 09, 64 and EB. RGB value is (9,100,235). Sum of RGB (Red+Green+Blue) = 9+100+235=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #0964EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0964EB is #F69B14. Grayscale: #575757. Windows color (decimal): -16161557 or 15426569. OLE color: 15426569.

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

Color convert

RGB 9 100 235 -
CMYK 0.96 0.57 0 0.08
HSL 215.84º 0.93% 0.48% -
HSV(B) 215.84º 0.96% 0.92% -
XYZ 19.67 15.17 80.49 -
YUV 88.18 210.85 71.52 -
System Red Green Blue C M Y K H S L
Decimal 9 100 235 0.96 0.57 0 0.08 215.84 0.93 0.48
Hex 9 64 EB 60 39 0 8 D8 5D 30
Octal 11 144 353 140 71 0 10 330 135 60
Binary 1001 1100100 11101011 1100000 111001 0 1000 11011000 1011101 110000

Color Harmonies of #0964EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0964EB

Black with #0964EB

Text Example


Text Example

White with #0964EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0964EB; }

 p { color: rgb(9,100,235); }

 H1.HeaderClassName
 {
   color: #0964EB;
 }
 .AnyTagClassName
 {
   color: #0964EB;
 }
</style>

background-color css

<style>
 a { background-color: #0964EB; }

 a { background-color: rgb(9,100,235); }

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

border-color css

<style>
 span { border-color: #0964EB; }

 span { border-color: rgb(9,100,235); }

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