Html Css Color HEX #0963CE Navy Blue

📋 copy color: '#0963CE'

red 9 ◦ green 99 ◦ blue 206

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

Shades of Navy Blue #0963CE

Tints of Navy Blue #0963CE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 2.87%
G = 31.53%
B = 65.61%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0963CE (or 0x0963CE) is known color: Navy Blue. HEX triplet: 09, 63 and CE. RGB value is (9,99,206). Sum of RGB (Red+Green+Blue) = 9+99+206=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #0963CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0963CE is #F69C31. Grayscale: #535353. Windows color (decimal): -16161842 or 13525769. OLE color: 13525769.

HSL color Cylindrical-coordinate representation of color #0963CE: hue angle of 212.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0963CE is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 99 206 -
CMYK 0.96 0.52 0 0.19
HSL 212.59º 0.92% 0.42% -
HSV(B) 212.59º 0.96% 0.81% -
XYZ 15.72 13.44 60.16 -
YUV 84.29 196.68 74.3 -
System Red Green Blue C M Y K H S L
Decimal 9 99 206 0.96 0.52 0 0.19 212.59 0.92 0.42
Hex 9 63 CE 60 34 0 13 D5 5C 2A
Octal 11 143 316 140 64 0 23 325 134 52
Binary 1001 1100011 11001110 1100000 110100 0 10011 11010101 1011100 101010

Color Harmonies of #0963CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0963CE

Black with #0963CE

Text Example


Text Example

White with #0963CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0963CE; }

 p { color: rgb(9,99,206); }

 H1.HeaderClassName
 {
   color: #0963CE;
 }
 .AnyTagClassName
 {
   color: #0963CE;
 }
</style>

background-color css

<style>
 a { background-color: #0963CE; }

 a { background-color: rgb(9,99,206); }

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

border-color css

<style>
 span { border-color: #0963CE; }

 span { border-color: rgb(9,99,206); }

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