Html Css Color HEX #057CE9 Navy Blue

📋 copy color: '#057CE9'

red 5 ◦ green 124 ◦ blue 233

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

Shades of Navy Blue #057CE9

Tints of Navy Blue #057CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 64.36%

R = 1.38%
G = 34.25%
B = 64.36%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#057CE9 (or 0x057CE9) is known color: Navy Blue. HEX triplet: 05, 7C and E9. RGB value is (5,124,233). Sum of RGB (Red+Green+Blue) = 5+124+233=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 233 (91.41% from 255 or 64.36% from 362); Max value from RGB is 233 - color contains mainly: blue. Hex color #057CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057CE9 is #FA8316. Grayscale: #646464. Windows color (decimal): -16417559 or 15301637. OLE color: 15301637.

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

Color convert

RGB 5 124 233 -
CMYK 0.98 0.47 0 0.09
HSL 208.68º 0.96% 0.47% -
HSV(B) 208.68º 0.98% 0.91% -
XYZ 21.98 20.33 79.86 -
YUV 100.85 202.58 59.64 -
System Red Green Blue C M Y K H S L
Decimal 5 124 233 0.98 0.47 0 0.09 208.68 0.96 0.47
Hex 5 7C E9 62 2F 0 9 D1 60 2F
Octal 5 174 351 142 57 0 11 321 140 57
Binary 101 1111100 11101001 1100010 101111 0 1001 11010001 1100000 101111

Color Harmonies of #057CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CE9

Black with #057CE9

Text Example


Text Example

White with #057CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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