Html Css Color HEX #057BCB Navy Blue

📋 copy color: '#057BCB'

red 5 ◦ green 123 ◦ blue 203

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

Shades of Navy Blue #057BCB

Tints of Navy Blue #057BCB

RGB

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

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

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

R = 1.51%
G = 37.16%
B = 61.33%

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

#057BCB (or 0x057BCB) is known color: Navy Blue. HEX triplet: 05, 7B and CB. RGB value is (5,123,203). Sum of RGB (Red+Green+Blue) = 5+123+203=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #057BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BCB is #FA8434. Grayscale: #606060. Windows color (decimal): -16417845 or 13335301. OLE color: 13335301.

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

Color convert

RGB 5 123 203 -
CMYK 0.98 0.39 0 0.20
HSL 204.24º 0.95% 0.41% -
HSV(B) 204.24º 0.98% 0.8% -
XYZ 17.93 18.51 59.13 -
YUV 96.84 187.91 62.5 -
System Red Green Blue C M Y K H S L
Decimal 5 123 203 0.98 0.39 0 0.20 204.24 0.95 0.41
Hex 5 7B CB 62 27 0 14 CC 5F 29
Octal 5 173 313 142 47 0 24 314 137 51
Binary 101 1111011 11001011 1100010 100111 0 10100 11001100 1011111 101001

Color Harmonies of #057BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BCB

Black with #057BCB

Text Example


Text Example

White with #057BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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