Html Css Color HEX #0966FA Navy Blue

📋 copy color: '#0966FA'

red 9 ◦ green 102 ◦ blue 250

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

Shades of Navy Blue #0966FA

Tints of Navy Blue #0966FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.25%

R = 2.49%
G = 28.25%
B = 69.25%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0966FA (or 0x0966FA) is known color: Navy Blue. HEX triplet: 09, 66 and FA. RGB value is (9,102,250). Sum of RGB (Red+Green+Blue) = 9+102+250=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #0966FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0966FA is #F69905. Grayscale: #5A5A5A. Windows color (decimal): -16161030 or 16410121. OLE color: 16410121.

HSL color Cylindrical-coordinate representation of color #0966FA: hue angle of 216.85º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0966FA is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 102 250 -
CMYK 0.96 0.59 0 0.02
HSL 216.85º 0.96% 0.51% -
HSV(B) 216.85º 0.96% 0.98% -
XYZ 22.12 16.46 92.45 -
YUV 91.07 217.69 69.47 -
System Red Green Blue C M Y K H S L
Decimal 9 102 250 0.96 0.59 0 0.02 216.85 0.96 0.51
Hex 9 66 FA 60 3B 0 2 D9 60 33
Octal 11 146 372 140 73 0 2 331 140 63
Binary 1001 1100110 11111010 1100000 111011 0 10 11011001 1100000 110011

Color Harmonies of #0966FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966FA

Black with #0966FA

Text Example


Text Example

White with #0966FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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