#0968CA

Color #0968CA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0968CA

Tints of Navy Blue #0968CA

Color information

#0968CA (or 0x0968CA) is unknown color: approx Navy Blue. HEX triplet: 09, 68 and CA. RGB value is (9,104,202). Sum of RGB (Red+Green+Blue) = 9+104+202=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #0968CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968CA is #F69735. Grayscale: #565656. Windows color (decimal): -16160566 or 13264905. OLE color: 13264905.

HSL color Cylindrical-coordinate representation of color #0968CA: hue angle of 210.47º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0968CA is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9104202-
CMYK0.960.4900.21
HSL210.47º91.47%41.37%-
HSV(B)210.47º95.54%79.22%-
XYZ15.7214.2257.79-
YUV86.77193.0372.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.86%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 202 (79.30% from 255) = 64.13%
R=2.86%
G=33.02%
B=64.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91042020.960.4900.21210.4791.4741.37
Hex968CA6031015d25b29
Octal111503121406102532213351
Binary10011101000110010101100000110001010101110100101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0968CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0968CA;
 }
 .AnyTagClassName
 {
   color: #0968CA;
 }
</style>
background-color css

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

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

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

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

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

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