Html Css Color HEX #057ACF Navy Blue

📋 copy color: '#057ACF'

red 5 ◦ green 122 ◦ blue 207

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

Shades of Navy Blue #057ACF

Tints of Navy Blue #057ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.53%

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 1.5%
G = 36.53%
B = 61.98%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#057ACF (or 0x057ACF) is known color: Navy Blue. HEX triplet: 05, 7A and CF. RGB value is (5,122,207). Sum of RGB (Red+Green+Blue) = 5+122+207=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #057ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ACF is #FA8530. Grayscale: #606060. Windows color (decimal): -16418097 or 13597189. OLE color: 13597189.

HSL color Cylindrical-coordinate representation of color #057ACF: hue angle of 205.25º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057ACF is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 122 207 -
CMYK 0.98 0.41 0 0.19
HSL 205.25º 0.95% 0.42% -
HSV(B) 205.25º 0.98% 0.81% -
XYZ 18.28 18.46 61.63 -
YUV 96.71 190.24 62.59 -
System Red Green Blue C M Y K H S L
Decimal 5 122 207 0.98 0.41 0 0.19 205.25 0.95 0.42
Hex 5 7A CF 62 29 0 13 CD 5F 2A
Octal 5 172 317 142 51 0 23 315 137 52
Binary 101 1111010 11001111 1100010 101001 0 10011 11001101 1011111 101010

Color Harmonies of #057ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057ACF

Black with #057ACF

Text Example


Text Example

White with #057ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057ACF; }

 p { color: rgb(5,122,207); }

 H1.HeaderClassName
 {
   color: #057ACF;
 }
 .AnyTagClassName
 {
   color: #057ACF;
 }
</style>

background-color css

<style>
 a { background-color: #057ACF; }

 a { background-color: rgb(5,122,207); }

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

border-color css

<style>
 span { border-color: #057ACF; }

 span { border-color: rgb(5,122,207); }

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