Html Css Color HEX #0963DF Navy Blue

📋 copy color: '#0963DF'

red 9 ◦ green 99 ◦ blue 223

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

Shades of Navy Blue #0963DF

Tints of Navy Blue #0963DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.37%

R = 2.72%
G = 29.91%
B = 67.37%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0963DF (or 0x0963DF) is known color: Navy Blue. HEX triplet: 09, 63 and DF. RGB value is (9,99,223). Sum of RGB (Red+Green+Blue) = 9+99+223=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #0963DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0963DF is #F69C20. Grayscale: #555555. Windows color (decimal): -16161825 or 14639881. OLE color: 14639881.

HSL color Cylindrical-coordinate representation of color #0963DF: hue angle of 214.77º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0963DF is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 99 223 -
CMYK 0.96 0.56 0 0.13
HSL 214.77º 0.92% 0.45% -
HSV(B) 214.77º 0.96% 0.87% -
XYZ 17.89 14.31 71.63 -
YUV 86.23 205.18 72.92 -
System Red Green Blue C M Y K H S L
Decimal 9 99 223 0.96 0.56 0 0.13 214.77 0.92 0.45
Hex 9 63 DF 60 38 0 D D7 5C 2D
Octal 11 143 337 140 70 0 15 327 134 55
Binary 1001 1100011 11011111 1100000 111000 0 1101 11010111 1011100 101101

Color Harmonies of #0963DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0963DF

Black with #0963DF

Text Example


Text Example

White with #0963DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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