Html Css Color HEX #0574BE Navy Blue

📋 copy color: '#0574BE'

red 5 ◦ green 116 ◦ blue 190

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

Shades of Navy Blue #0574BE

Tints of Navy Blue #0574BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.09%

R = 1.61%
G = 37.3%
B = 61.09%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0574BE (or 0x0574BE) is known color: Navy Blue. HEX triplet: 05, 74 and BE. RGB value is (5,116,190). Sum of RGB (Red+Green+Blue) = 5+116+190=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #0574BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0574BE is #FA8B41. Grayscale: #5A5A5A. Windows color (decimal): -16419650 or 12481541. OLE color: 12481541.

HSL color Cylindrical-coordinate representation of color #0574BE: hue angle of 204º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0574BE is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 116 190 -
CMYK 0.97 0.39 0 0.25
HSL 204º 0.95% 0.38% -
HSV(B) 204º 0.97% 0.75% -
XYZ 15.6 16.24 51.03 -
YUV 91.25 183.73 66.48 -
System Red Green Blue C M Y K H S L
Decimal 5 116 190 0.97 0.39 0 0.25 204 0.95 0.38
Hex 5 74 BE 61 27 0 19 CC 5F 26
Octal 5 164 276 141 47 0 31 314 137 46
Binary 101 1110100 10111110 1100001 100111 0 11001 11001100 1011111 100110

Color Harmonies of #0574BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0574BE

Black with #0574BE

Text Example


Text Example

White with #0574BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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