Html Css Color HEX #0966CF Navy Blue

📋 copy color: '#0966CF'

red 9 ◦ green 102 ◦ blue 207

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

Shades of Navy Blue #0966CF

Tints of Navy Blue #0966CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.09%

R = 2.83%
G = 32.08%
B = 65.09%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0966CF (or 0x0966CF) is known color: Navy Blue. HEX triplet: 09, 66 and CF. RGB value is (9,102,207). Sum of RGB (Red+Green+Blue) = 9+102+207=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #0966CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0966CF is #F69930. Grayscale: #555555. Windows color (decimal): -16161073 or 13592073. OLE color: 13592073.

HSL color Cylindrical-coordinate representation of color #0966CF: hue angle of 211.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0966CF is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 102 207 -
CMYK 0.96 0.51 0 0.19
HSL 211.82º 0.92% 0.42% -
HSV(B) 211.82º 0.96% 0.81% -
XYZ 16.13 14.07 60.9 -
YUV 86.16 196.19 72.96 -
System Red Green Blue C M Y K H S L
Decimal 9 102 207 0.96 0.51 0 0.19 211.82 0.92 0.42
Hex 9 66 CF 60 33 0 13 D4 5C 2A
Octal 11 146 317 140 63 0 23 324 134 52
Binary 1001 1100110 11001111 1100000 110011 0 10011 11010100 1011100 101010

Color Harmonies of #0966CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966CF

Black with #0966CF

Text Example


Text Example

White with #0966CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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