Html Css Color HEX #0963C6 Navy Blue

📋 copy color: '#0963C6'

red 9 ◦ green 99 ◦ blue 198

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

Shades of Navy Blue #0963C6

Tints of Navy Blue #0963C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 64.71%

R = 2.94%
G = 32.35%
B = 64.71%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0963C6 (or 0x0963C6) is known color: Navy Blue. HEX triplet: 09, 63 and C6. RGB value is (9,99,198). Sum of RGB (Red+Green+Blue) = 9+99+198=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 198 (77.73% from 255 or 64.71% from 306); Max value from RGB is 198 - color contains mainly: blue. Hex color #0963C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0963C6 is #F69C39. Grayscale: #525252. Windows color (decimal): -16161850 or 13001481. OLE color: 13001481.

HSL color Cylindrical-coordinate representation of color #0963C6: hue angle of 211.43º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0963C6 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 99 198 -
CMYK 0.95 0.50 0 0.22
HSL 211.43º 0.91% 0.41% -
HSV(B) 211.43º 0.95% 0.78% -
XYZ 14.77 13.06 55.17 -
YUV 83.38 192.68 74.95 -
System Red Green Blue C M Y K H S L
Decimal 9 99 198 0.95 0.50 0 0.22 211.43 0.91 0.41
Hex 9 63 C6 5F 32 0 16 D3 5B 29
Octal 11 143 306 137 62 0 26 323 133 51
Binary 1001 1100011 11000110 1011111 110010 0 10110 11010011 1011011 101001

Color Harmonies of #0963C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0963C6

Black with #0963C6

Text Example


Text Example

White with #0963C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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