Html Css Color HEX #0966EB Navy Blue

📋 copy color: '#0966EB'

red 9 ◦ green 102 ◦ blue 235

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

Shades of Navy Blue #0966EB

Tints of Navy Blue #0966EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

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

R = 2.6%
G = 29.48%
B = 67.92%

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

#0966EB (or 0x0966EB) is known color: Navy Blue. HEX triplet: 09, 66 and EB. RGB value is (9,102,235). Sum of RGB (Red+Green+Blue) = 9+102+235=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #0966EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0966EB is #F69914. Grayscale: #585858. Windows color (decimal): -16161045 or 15427081. OLE color: 15427081.

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

Color convert

RGB 9 102 235 -
CMYK 0.96 0.57 0 0.08
HSL 215.31º 0.93% 0.48% -
HSV(B) 215.31º 0.96% 0.92% -
XYZ 19.86 15.56 80.55 -
YUV 89.36 210.19 70.69 -
System Red Green Blue C M Y K H S L
Decimal 9 102 235 0.96 0.57 0 0.08 215.31 0.93 0.48
Hex 9 66 EB 60 39 0 8 D7 5D 30
Octal 11 146 353 140 71 0 10 327 135 60
Binary 1001 1100110 11101011 1100000 111001 0 1000 11010111 1011101 110000

Color Harmonies of #0966EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966EB

Black with #0966EB

Text Example


Text Example

White with #0966EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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