Html Css Color HEX #0968CD Navy Blue

📋 copy color: '#0968CD'

red 9 ◦ green 104 ◦ blue 205

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

Shades of Navy Blue #0968CD

Tints of Navy Blue #0968CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 2.83%
G = 32.7%
B = 64.47%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0968CD (or 0x0968CD) is known color: Navy Blue. HEX triplet: 09, 68 and CD. RGB value is (9,104,205). Sum of RGB (Red+Green+Blue) = 9+104+205=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #0968CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968CD is #F69732. Grayscale: #565656. Windows color (decimal): -16160563 or 13461513. OLE color: 13461513.

HSL color Cylindrical-coordinate representation of color #0968CD: hue angle of 210.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0968CD is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 104 205 -
CMYK 0.96 0.49 0 0.20
HSL 210.92º 0.92% 0.42% -
HSV(B) 210.92º 0.96% 0.8% -
XYZ 16.08 14.37 59.68 -
YUV 87.11 194.53 72.29 -
System Red Green Blue C M Y K H S L
Decimal 9 104 205 0.96 0.49 0 0.20 210.92 0.92 0.42
Hex 9 68 CD 60 31 0 14 D3 5C 2A
Octal 11 150 315 140 61 0 24 323 134 52
Binary 1001 1101000 11001101 1100000 110001 0 10100 11010011 1011100 101010

Color Harmonies of #0968CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968CD

Black with #0968CD

Text Example


Text Example

White with #0968CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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