Html Css Color HEX #0951DA Navy Blue

📋 copy color: '#0951DA'

red 9 ◦ green 81 ◦ blue 218

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

Shades of Navy Blue #0951DA

Tints of Navy Blue #0951DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.78%

R = 2.92%
G = 26.3%
B = 70.78%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0951DA (or 0x0951DA) is known color: Navy Blue. HEX triplet: 09, 51 and DA. RGB value is (9,81,218). Sum of RGB (Red+Green+Blue) = 9+81+218=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #0951DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0951DA is #F6AE25. Grayscale: #4A4A4A. Windows color (decimal): -16166438 or 14307593. OLE color: 14307593.

HSL color Cylindrical-coordinate representation of color #0951DA: hue angle of 219.33º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0951DA is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 81 218 -
CMYK 0.96 0.63 0 0.15
HSL 219.33º 0.92% 0.45% -
HSV(B) 219.33º 0.96% 0.85% -
XYZ 15.71 11 67.63 -
YUV 75.09 208.65 80.86 -
System Red Green Blue C M Y K H S L
Decimal 9 81 218 0.96 0.63 0 0.15 219.33 0.92 0.45
Hex 9 51 DA 60 3F 0 F DB 5C 2D
Octal 11 121 332 140 77 0 17 333 134 55
Binary 1001 1010001 11011010 1100000 111111 0 1111 11011011 1011100 101101

Color Harmonies of #0951DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0951DA

Black with #0951DA

Text Example


Text Example

White with #0951DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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