Html Css Color HEX #0951DF Navy Blue

📋 copy color: '#0951DF'

red 9 ◦ green 81 ◦ blue 223

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

Shades of Navy Blue #0951DF

Tints of Navy Blue #0951DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

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

R = 2.88%
G = 25.88%
B = 71.25%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0951DF (or 0x0951DF) is known color: Navy Blue. HEX triplet: 09, 51 and DF. RGB value is (9,81,223). Sum of RGB (Red+Green+Blue) = 9+81+223=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #0951DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0951DF is #F6AE20. Grayscale: #4B4B4B. Windows color (decimal): -16166433 or 14635273. OLE color: 14635273.

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

Color convert

RGB 9 81 223 -
CMYK 0.96 0.64 0 0.13
HSL 219.81º 0.92% 0.45% -
HSV(B) 219.81º 0.96% 0.87% -
XYZ 16.37 11.27 71.12 -
YUV 75.66 211.15 80.45 -
System Red Green Blue C M Y K H S L
Decimal 9 81 223 0.96 0.64 0 0.13 219.81 0.92 0.45
Hex 9 51 DF 60 40 0 D DC 5C 2D
Octal 11 121 337 140 100 0 15 334 134 55
Binary 1001 1010001 11011111 1100000 1000000 0 1101 11011100 1011100 101101

Color Harmonies of #0951DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0951DF

Black with #0951DF

Text Example


Text Example

White with #0951DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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