Html Css Color HEX #057BCD Navy Blue

📋 copy color: '#057BCD'

red 5 ◦ green 123 ◦ blue 205

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

Shades of Navy Blue #057BCD

Tints of Navy Blue #057BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.94%

 BLUE value IS 205 (80.47% from 255) = 61.56%

R = 1.5%
G = 36.94%
B = 61.56%

CMYK

 C value IS 0.98

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#057BCD (or 0x057BCD) is known color: Navy Blue. HEX triplet: 05, 7B and CD. RGB value is (5,123,205). Sum of RGB (Red+Green+Blue) = 5+123+205=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #057BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BCD is #FA8432. Grayscale: #606060. Windows color (decimal): -16417843 or 13466373. OLE color: 13466373.

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

Color convert

RGB 5 123 205 -
CMYK 0.98 0.4 0 0.20
HSL 204.6º 0.95% 0.41% -
HSV(B) 204.6º 0.98% 0.8% -
XYZ 18.16 18.61 60.39 -
YUV 97.07 188.91 62.33 -
System Red Green Blue C M Y K H S L
Decimal 5 123 205 0.98 0.4 0 0.20 204.6 0.95 0.41
Hex 5 7B CD 62 28 0 14 CD 5F 29
Octal 5 173 315 142 50 0 24 315 137 51
Binary 101 1111011 11001101 1100010 101000 0 10100 11001101 1011111 101001

Color Harmonies of #057BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BCD

Black with #057BCD

Text Example


Text Example

White with #057BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,123,205); }

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

background-color css

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

 a { background-color: rgb(5,123,205); }

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

border-color css

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

 span { border-color: rgb(5,123,205); }

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