Html Css Color HEX #057CCB Navy Blue

📋 copy color: '#057CCB'

red 5 ◦ green 124 ◦ blue 203

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

Shades of Navy Blue #057CCB

Tints of Navy Blue #057CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 203 (79.69% from 255) = 61.14%

R = 1.51%
G = 37.35%
B = 61.14%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#057CCB (or 0x057CCB) is known color: Navy Blue. HEX triplet: 05, 7C and CB. RGB value is (5,124,203). Sum of RGB (Red+Green+Blue) = 5+124+203=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #057CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CCB is #FA8334. Grayscale: #606060. Windows color (decimal): -16417589 or 13335557. OLE color: 13335557.

HSL color Cylindrical-coordinate representation of color #057CCB: hue angle of 203.94º 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 #057CCB is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 124 203 -
CMYK 0.98 0.39 0 0.20
HSL 203.94º 0.95% 0.41% -
HSV(B) 203.94º 0.98% 0.8% -
XYZ 18.05 18.76 59.17 -
YUV 97.43 187.58 62.08 -
System Red Green Blue C M Y K H S L
Decimal 5 124 203 0.98 0.39 0 0.20 203.94 0.95 0.41
Hex 5 7C CB 62 27 0 14 CC 5F 29
Octal 5 174 313 142 47 0 24 314 137 51
Binary 101 1111100 11001011 1100010 100111 0 10100 11001100 1011111 101001

Color Harmonies of #057CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CCB

Black with #057CCB

Text Example


Text Example

White with #057CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,124,203); }

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

background-color css

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

 a { background-color: rgb(5,124,203); }

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

border-color css

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

 span { border-color: rgb(5,124,203); }

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