Html Css Color HEX #0957DA Navy Blue

📋 copy color: '#0957DA'

red 9 ◦ green 87 ◦ blue 218

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

Shades of Navy Blue #0957DA

Tints of Navy Blue #0957DA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

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

R = 2.87%
G = 27.71%
B = 69.43%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0957DA (or 0x0957DA) is known color: Navy Blue. HEX triplet: 09, 57 and DA. RGB value is (9,87,218). Sum of RGB (Red+Green+Blue) = 9+87+218=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #0957DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0957DA is #F6A825. Grayscale: #4E4E4E. Windows color (decimal): -16164902 or 14309129. OLE color: 14309129.

HSL color Cylindrical-coordinate representation of color #0957DA: hue angle of 217.61º 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 #0957DA is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 87 218 -
CMYK 0.96 0.60 0 0.15
HSL 217.61º 0.92% 0.45% -
HSV(B) 217.61º 0.96% 0.85% -
XYZ 16.18 11.94 67.78 -
YUV 78.61 206.66 78.35 -
System Red Green Blue C M Y K H S L
Decimal 9 87 218 0.96 0.60 0 0.15 217.61 0.92 0.45
Hex 9 57 DA 60 3C 0 F DA 5C 2D
Octal 11 127 332 140 74 0 17 332 134 55
Binary 1001 1010111 11011010 1100000 111100 0 1111 11011010 1011100 101101

Color Harmonies of #0957DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0957DA

Black with #0957DA

Text Example


Text Example

White with #0957DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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