Html Css Color HEX #057BEA Navy Blue

📋 copy color: '#057BEA'

red 5 ◦ green 123 ◦ blue 234

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

Shades of Navy Blue #057BEA

Tints of Navy Blue #057BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.64%

R = 1.38%
G = 33.98%
B = 64.64%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#057BEA (or 0x057BEA) is known color: Navy Blue. HEX triplet: 05, 7B and EA. RGB value is (5,123,234). Sum of RGB (Red+Green+Blue) = 5+123+234=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #057BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BEA is #FA8415. Grayscale: #636363. Windows color (decimal): -16417814 or 15366917. OLE color: 15366917.

HSL color Cylindrical-coordinate representation of color #057BEA: hue angle of 209.08º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BEA is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 123 234 -
CMYK 0.98 0.47 0 0.08
HSL 209.08º 0.96% 0.47% -
HSV(B) 209.08º 0.98% 0.92% -
XYZ 22 20.14 80.57 -
YUV 100.37 203.41 59.97 -
System Red Green Blue C M Y K H S L
Decimal 5 123 234 0.98 0.47 0 0.08 209.08 0.96 0.47
Hex 5 7B EA 62 2F 0 8 D1 60 2F
Octal 5 173 352 142 57 0 10 321 140 57
Binary 101 1111011 11101010 1100010 101111 0 1000 11010001 1100000 101111

Color Harmonies of #057BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BEA

Black with #057BEA

Text Example


Text Example

White with #057BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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