Html Css Color HEX #0572BC Navy Blue

📋 copy color: '#0572BC'

red 5 ◦ green 114 ◦ blue 188

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

Shades of Navy Blue #0572BC

Tints of Navy Blue #0572BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.13%

 BLUE value IS 188 (73.83% from 255) = 61.24%

R = 1.63%
G = 37.13%
B = 61.24%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0572BC (or 0x0572BC) is known color: Navy Blue. HEX triplet: 05, 72 and BC. RGB value is (5,114,188). Sum of RGB (Red+Green+Blue) = 5+114+188=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #0572BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0572BC is #FA8D43. Grayscale: #595959. Windows color (decimal): -16420164 or 12349957. OLE color: 12349957.

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

Color convert

RGB 5 114 188 -
CMYK 0.97 0.39 0 0.26
HSL 204.26º 0.95% 0.38% -
HSV(B) 204.26º 0.97% 0.74% -
XYZ 15.16 15.7 49.81 -
YUV 89.85 183.39 67.48 -
System Red Green Blue C M Y K H S L
Decimal 5 114 188 0.97 0.39 0 0.26 204.26 0.95 0.38
Hex 5 72 BC 61 27 0 1A CC 5F 26
Octal 5 162 274 141 47 0 32 314 137 46
Binary 101 1110010 10111100 1100001 100111 0 11010 11001100 1011111 100110

Color Harmonies of #0572BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0572BC

Black with #0572BC

Text Example


Text Example

White with #0572BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0572BC; }

 p { color: rgb(5,114,188); }

 H1.HeaderClassName
 {
   color: #0572BC;
 }
 .AnyTagClassName
 {
   color: #0572BC;
 }
</style>

background-color css

<style>
 a { background-color: #0572BC; }

 a { background-color: rgb(5,114,188); }

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

border-color css

<style>
 span { border-color: #0572BC; }

 span { border-color: rgb(5,114,188); }

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