Html Css Color HEX #057BC3 Navy Blue

📋 copy color: '#057BC3'

red 5 ◦ green 123 ◦ blue 195

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

Shades of Navy Blue #057BC3

Tints of Navy Blue #057BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 60.37%

R = 1.55%
G = 38.08%
B = 60.37%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#057BC3 (or 0x057BC3) is known color: Navy Blue. HEX triplet: 05, 7B and C3. RGB value is (5,123,195). Sum of RGB (Red+Green+Blue) = 5+123+195=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 195 (76.56% from 255 or 60.37% from 323); Max value from RGB is 195 - color contains mainly: blue. Hex color #057BC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BC3 is #FA843C. Grayscale: #5F5F5F. Windows color (decimal): -16417853 or 12811013. OLE color: 12811013.

HSL color Cylindrical-coordinate representation of color #057BC3: hue angle of 202.74º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057BC3 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 123 195 -
CMYK 0.97 0.37 0 0.24
HSL 202.74º 0.95% 0.39% -
HSV(B) 202.74º 0.97% 0.76% -
XYZ 17 18.14 54.24 -
YUV 95.93 183.91 63.15 -
System Red Green Blue C M Y K H S L
Decimal 5 123 195 0.97 0.37 0 0.24 202.74 0.95 0.39
Hex 5 7B C3 61 25 0 18 CB 5F 27
Octal 5 173 303 141 45 0 30 313 137 47
Binary 101 1111011 11000011 1100001 100101 0 11000 11001011 1011111 100111

Color Harmonies of #057BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BC3

Black with #057BC3

Text Example


Text Example

White with #057BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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