Html Css Color HEX #0570DA Navy Blue

📋 copy color: '#0570DA'

red 5 ◦ green 112 ◦ blue 218

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

Shades of Navy Blue #0570DA

Tints of Navy Blue #0570DA

RGB

 RED value IS 5 (2.34% from 255) = 1.49%

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 1.49%
G = 33.43%
B = 65.07%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0570DA (or 0x0570DA) is known color: Navy Blue. HEX triplet: 05, 70 and DA. RGB value is (5,112,218). Sum of RGB (Red+Green+Blue) = 5+112+218=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #0570DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0570DA is #FA8F25. Grayscale: #5B5B5B. Windows color (decimal): -16420646 or 14315525. OLE color: 14315525.

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

Color convert

RGB 5 112 218 -
CMYK 0.98 0.49 0 0.15
HSL 209.86º 0.96% 0.44% -
HSV(B) 209.86º 0.98% 0.85% -
XYZ 18.51 16.68 68.57 -
YUV 92.09 199.05 65.88 -
System Red Green Blue C M Y K H S L
Decimal 5 112 218 0.98 0.49 0 0.15 209.86 0.96 0.44
Hex 5 70 DA 62 31 0 F D2 60 2C
Octal 5 160 332 142 61 0 17 322 140 54
Binary 101 1110000 11011010 1100010 110001 0 1111 11010010 1100000 101100

Color Harmonies of #0570DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0570DA

Black with #0570DA

Text Example


Text Example

White with #0570DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,112,218); }

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

background-color css

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

 a { background-color: rgb(5,112,218); }

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

border-color css

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

 span { border-color: rgb(5,112,218); }

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