Html Css Color HEX #0961DF Navy Blue

📋 copy color: '#0961DF'

red 9 ◦ green 97 ◦ blue 223

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

Shades of Navy Blue #0961DF

Tints of Navy Blue #0961DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 2.74%
G = 29.48%
B = 67.78%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0961DF (or 0x0961DF) is known color: Navy Blue. HEX triplet: 09, 61 and DF. RGB value is (9,97,223). Sum of RGB (Red+Green+Blue) = 9+97+223=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #0961DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961DF is #F69E20. Grayscale: #545454. Windows color (decimal): -16162337 or 14639369. OLE color: 14639369.

HSL color Cylindrical-coordinate representation of color #0961DF: hue angle of 215.33º 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 #0961DF is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 97 223 -
CMYK 0.96 0.57 0 0.13
HSL 215.33º 0.92% 0.45% -
HSV(B) 215.33º 0.96% 0.87% -
XYZ 17.71 13.94 71.57 -
YUV 85.05 205.85 73.75 -
System Red Green Blue C M Y K H S L
Decimal 9 97 223 0.96 0.57 0 0.13 215.33 0.92 0.45
Hex 9 61 DF 60 39 0 D D7 5C 2D
Octal 11 141 337 140 71 0 15 327 134 55
Binary 1001 1100001 11011111 1100000 111001 0 1101 11010111 1011100 101101

Color Harmonies of #0961DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961DF

Black with #0961DF

Text Example


Text Example

White with #0961DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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