Html Css Color HEX #0574D8 Navy Blue

📋 copy color: '#0574D8'

red 5 ◦ green 116 ◦ blue 216

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

Shades of Navy Blue #0574D8

Tints of Navy Blue #0574D8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

 BLUE value IS 216 (84.77% from 255) = 64.09%

R = 1.48%
G = 34.42%
B = 64.09%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0574D8 (or 0x0574D8) is known color: Navy Blue. HEX triplet: 05, 74 and D8. RGB value is (5,116,216). Sum of RGB (Red+Green+Blue) = 5+116+216=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 216 (84.77% from 255 or 64.09% from 337); Max value from RGB is 216 - color contains mainly: blue. Hex color #0574D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0574D8 is #FA8B27. Grayscale: #5D5D5D. Windows color (decimal): -16419624 or 14185477. OLE color: 14185477.

HSL color Cylindrical-coordinate representation of color #0574D8: hue angle of 208.44º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0574D8 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 116 216 -
CMYK 0.98 0.46 0 0.15
HSL 208.44º 0.95% 0.43% -
HSV(B) 208.44º 0.98% 0.85% -
XYZ 18.7 17.48 67.35 -
YUV 94.21 196.73 64.37 -
System Red Green Blue C M Y K H S L
Decimal 5 116 216 0.98 0.46 0 0.15 208.44 0.95 0.43
Hex 5 74 D8 62 2E 0 F D0 5F 2B
Octal 5 164 330 142 56 0 17 320 137 53
Binary 101 1110100 11011000 1100010 101110 0 1111 11010000 1011111 101011

Color Harmonies of #0574D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0574D8

Black with #0574D8

Text Example


Text Example

White with #0574D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0574D8; }

 p { color: rgb(5,116,216); }

 H1.HeaderClassName
 {
   color: #0574D8;
 }
 .AnyTagClassName
 {
   color: #0574D8;
 }
</style>

background-color css

<style>
 a { background-color: #0574D8; }

 a { background-color: rgb(5,116,216); }

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

border-color css

<style>
 span { border-color: #0574D8; }

 span { border-color: rgb(5,116,216); }

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