Html Css Color HEX #0966ED Navy Blue

📋 copy color: '#0966ED'

red 9 ◦ green 102 ◦ blue 237

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

Shades of Navy Blue #0966ED

Tints of Navy Blue #0966ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.1%

R = 2.59%
G = 29.31%
B = 68.1%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0966ED (or 0x0966ED) is known color: Navy Blue. HEX triplet: 09, 66 and ED. RGB value is (9,102,237). Sum of RGB (Red+Green+Blue) = 9+102+237=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #0966ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0966ED is #F69912. Grayscale: #585858. Windows color (decimal): -16161043 or 15558153. OLE color: 15558153.

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

Color convert

RGB 9 102 237 -
CMYK 0.96 0.57 0 0.07
HSL 215.53º 0.93% 0.48% -
HSV(B) 215.53º 0.96% 0.93% -
XYZ 20.15 15.68 82.08 -
YUV 89.58 211.19 70.52 -
System Red Green Blue C M Y K H S L
Decimal 9 102 237 0.96 0.57 0 0.07 215.53 0.93 0.48
Hex 9 66 ED 60 39 0 7 D8 5D 30
Octal 11 146 355 140 71 0 7 330 135 60
Binary 1001 1100110 11101101 1100000 111001 0 111 11011000 1011101 110000

Color Harmonies of #0966ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966ED

Black with #0966ED

Text Example


Text Example

White with #0966ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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