Html Css Color HEX #0966DA Navy Blue

📋 copy color: '#0966DA'

red 9 ◦ green 102 ◦ blue 218

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

Shades of Navy Blue #0966DA

Tints of Navy Blue #0966DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.26%

R = 2.74%
G = 31%
B = 66.26%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0966DA (or 0x0966DA) is known color: Navy Blue. HEX triplet: 09, 66 and DA. RGB value is (9,102,218). Sum of RGB (Red+Green+Blue) = 9+102+218=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #0966DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0966DA is #F69925. Grayscale: #565656. Windows color (decimal): -16161062 or 14312969. OLE color: 14312969.

HSL color Cylindrical-coordinate representation of color #0966DA: hue angle of 213.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0966DA is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 102 218 -
CMYK 0.96 0.53 0 0.15
HSL 213.3º 0.92% 0.45% -
HSV(B) 213.3º 0.96% 0.85% -
XYZ 17.52 14.62 68.23 -
YUV 87.42 201.69 72.07 -
System Red Green Blue C M Y K H S L
Decimal 9 102 218 0.96 0.53 0 0.15 213.3 0.92 0.45
Hex 9 66 DA 60 35 0 F D5 5C 2D
Octal 11 146 332 140 65 0 17 325 134 55
Binary 1001 1100110 11011010 1100000 110101 0 1111 11010101 1011100 101101

Color Harmonies of #0966DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966DA

Black with #0966DA

Text Example


Text Example

White with #0966DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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