Html Css Color HEX #0968DE Navy Blue

📋 copy color: '#0968DE'

red 9 ◦ green 104 ◦ blue 222

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

Shades of Navy Blue #0968DE

Tints of Navy Blue #0968DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.27%

R = 2.69%
G = 31.04%
B = 66.27%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0968DE (or 0x0968DE) is known color: Navy Blue. HEX triplet: 09, 68 and DE. RGB value is (9,104,222). Sum of RGB (Red+Green+Blue) = 9+104+222=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #0968DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968DE is #F69721. Grayscale: #585858. Windows color (decimal): -16160546 or 14575625. OLE color: 14575625.

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

Color convert

RGB 9 104 222 -
CMYK 0.96 0.53 0 0.13
HSL 213.24º 0.92% 0.45% -
HSV(B) 213.24º 0.96% 0.87% -
XYZ 18.25 15.23 71.09 -
YUV 89.05 203.03 70.91 -
System Red Green Blue C M Y K H S L
Decimal 9 104 222 0.96 0.53 0 0.13 213.24 0.92 0.45
Hex 9 68 DE 60 35 0 D D5 5C 2D
Octal 11 150 336 140 65 0 15 325 134 55
Binary 1001 1101000 11011110 1100000 110101 0 1101 11010101 1011100 101101

Color Harmonies of #0968DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968DE

Black with #0968DE

Text Example


Text Example

White with #0968DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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