Html Css Color HEX #0968CC Navy Blue

📋 copy color: '#0968CC'

red 9 ◦ green 104 ◦ blue 204

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

Shades of Navy Blue #0968CC

Tints of Navy Blue #0968CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.35%

R = 2.84%
G = 32.81%
B = 64.35%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0968CC (or 0x0968CC) is known color: Navy Blue. HEX triplet: 09, 68 and CC. RGB value is (9,104,204). Sum of RGB (Red+Green+Blue) = 9+104+204=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #0968CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968CC is #F69733. Grayscale: #565656. Windows color (decimal): -16160564 or 13395977. OLE color: 13395977.

HSL color Cylindrical-coordinate representation of color #0968CC: hue angle of 210.77º 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 #0968CC is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 104 204 -
CMYK 0.96 0.49 0 0.2
HSL 210.77º 0.92% 0.42% -
HSV(B) 210.77º 0.96% 0.8% -
XYZ 15.96 14.32 59.05 -
YUV 87 194.03 72.37 -
System Red Green Blue C M Y K H S L
Decimal 9 104 204 0.96 0.49 0 0.2 210.77 0.92 0.42
Hex 9 68 CC 60 31 0 14 D3 5C 2A
Octal 11 150 314 140 61 0 24 323 134 52
Binary 1001 1101000 11001100 1100000 110001 0 10100 11010011 1011100 101010

Color Harmonies of #0968CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968CC

Black with #0968CC

Text Example


Text Example

White with #0968CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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