Html Css Color HEX #0963C7 Navy Blue

📋 copy color: '#0963C7'

red 9 ◦ green 99 ◦ blue 199

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

Shades of Navy Blue #0963C7

Tints of Navy Blue #0963C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 64.82%

R = 2.93%
G = 32.25%
B = 64.82%

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

#0963C7 (or 0x0963C7) is known color: Navy Blue. HEX triplet: 09, 63 and C7. RGB value is (9,99,199). Sum of RGB (Red+Green+Blue) = 9+99+199=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 199 (78.12% from 255 or 64.82% from 307); Max value from RGB is 199 - color contains mainly: blue. Hex color #0963C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0963C7 is #F69C38. Grayscale: #535353. Windows color (decimal): -16161849 or 13067017. OLE color: 13067017.

HSL color Cylindrical-coordinate representation of color #0963C7: hue angle of 211.58º 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 #0963C7 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 99 199 -
CMYK 0.95 0.50 0 0.22
HSL 211.58º 0.91% 0.41% -
HSV(B) 211.58º 0.95% 0.78% -
XYZ 14.88 13.11 55.78 -
YUV 83.49 193.18 74.87 -
System Red Green Blue C M Y K H S L
Decimal 9 99 199 0.95 0.50 0 0.22 211.58 0.91 0.41
Hex 9 63 C7 5F 32 0 16 D4 5B 29
Octal 11 143 307 137 62 0 26 324 133 51
Binary 1001 1100011 11000111 1011111 110010 0 10110 11010100 1011011 101001

Color Harmonies of #0963C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0963C7

Black with #0963C7

Text Example


Text Example

White with #0963C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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