Html Css Color HEX #0968DC Navy Blue

📋 copy color: '#0968DC'

red 9 ◦ green 104 ◦ blue 220

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

Shades of Navy Blue #0968DC

Tints of Navy Blue #0968DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

 BLUE value IS 220 (86.33% from 255) = 66.07%

R = 2.7%
G = 31.23%
B = 66.07%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0968DC (or 0x0968DC) is known color: Navy Blue. HEX triplet: 09, 68 and DC. RGB value is (9,104,220). Sum of RGB (Red+Green+Blue) = 9+104+220=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #0968DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968DC is #F69723. Grayscale: #585858. Windows color (decimal): -16160548 or 14444553. OLE color: 14444553.

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

Color convert

RGB 9 104 220 -
CMYK 0.96 0.53 0 0.14
HSL 212.99º 0.92% 0.45% -
HSV(B) 212.99º 0.96% 0.86% -
XYZ 17.98 15.13 69.68 -
YUV 88.82 202.03 71.07 -
System Red Green Blue C M Y K H S L
Decimal 9 104 220 0.96 0.53 0 0.14 212.99 0.92 0.45
Hex 9 68 DC 60 35 0 E D5 5C 2D
Octal 11 150 334 140 65 0 16 325 134 55
Binary 1001 1101000 11011100 1100000 110101 0 1110 11010101 1011100 101101

Color Harmonies of #0968DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968DC

Black with #0968DC

Text Example


Text Example

White with #0968DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0968DC; }

 p { color: rgb(9,104,220); }

 H1.HeaderClassName
 {
   color: #0968DC;
 }
 .AnyTagClassName
 {
   color: #0968DC;
 }
</style>

background-color css

<style>
 a { background-color: #0968DC; }

 a { background-color: rgb(9,104,220); }

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

border-color css

<style>
 span { border-color: #0968DC; }

 span { border-color: rgb(9,104,220); }

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