Html Css Color HEX #057BCC Navy Blue

📋 copy color: '#057BCC'

red 5 ◦ green 123 ◦ blue 204

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

Shades of Navy Blue #057BCC

Tints of Navy Blue #057BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 1.51%
G = 37.05%
B = 61.45%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#057BCC (or 0x057BCC) is known color: Navy Blue. HEX triplet: 05, 7B and CC. RGB value is (5,123,204). Sum of RGB (Red+Green+Blue) = 5+123+204=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #057BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BCC is #FA8433. Grayscale: #606060. Windows color (decimal): -16417844 or 13400837. OLE color: 13400837.

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

Color convert

RGB 5 123 204 -
CMYK 0.98 0.40 0 0.2
HSL 204.42º 0.95% 0.41% -
HSV(B) 204.42º 0.98% 0.8% -
XYZ 18.04 18.56 59.76 -
YUV 96.95 188.41 62.41 -
System Red Green Blue C M Y K H S L
Decimal 5 123 204 0.98 0.40 0 0.2 204.42 0.95 0.41
Hex 5 7B CC 62 28 0 14 CC 5F 29
Octal 5 173 314 142 50 0 24 314 137 51
Binary 101 1111011 11001100 1100010 101000 0 10100 11001100 1011111 101001

Color Harmonies of #057BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BCC

Black with #057BCC

Text Example


Text Example

White with #057BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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