Html Css Color HEX #0951DD Navy Blue

📋 copy color: '#0951DD'

red 9 ◦ green 81 ◦ blue 221

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

Shades of Navy Blue #0951DD

Tints of Navy Blue #0951DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 2.89%
G = 26.05%
B = 71.06%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0951DD (or 0x0951DD) is known color: Navy Blue. HEX triplet: 09, 51 and DD. RGB value is (9,81,221). Sum of RGB (Red+Green+Blue) = 9+81+221=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #0951DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0951DD is #F6AE22. Grayscale: #4A4A4A. Windows color (decimal): -16166435 or 14504201. OLE color: 14504201.

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

Color convert

RGB 9 81 221 -
CMYK 0.96 0.63 0 0.13
HSL 219.62º 0.92% 0.45% -
HSV(B) 219.62º 0.96% 0.87% -
XYZ 16.11 11.16 69.71 -
YUV 75.43 210.15 80.62 -
System Red Green Blue C M Y K H S L
Decimal 9 81 221 0.96 0.63 0 0.13 219.62 0.92 0.45
Hex 9 51 DD 60 3F 0 D DC 5C 2D
Octal 11 121 335 140 77 0 15 334 134 55
Binary 1001 1010001 11011101 1100000 111111 0 1101 11011100 1011100 101101

Color Harmonies of #0951DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0951DD

Black with #0951DD

Text Example


Text Example

White with #0951DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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