Html Css Color HEX #057EA3 Cerulean

📋 copy color: '#057EA3'

red 5 ◦ green 126 ◦ blue 163

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

Shades of Cerulean #057EA3

Tints of Cerulean #057EA3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.86%

 BLUE value IS 163 (64.06% from 255) = 55.44%

R = 1.7%
G = 42.86%
B = 55.44%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#057EA3 (or 0x057EA3) is known color: Cerulean. HEX triplet: 05, 7E and A3. RGB value is (5,126,163). Sum of RGB (Red+Green+Blue) = 5+126+163=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #057EA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057EA3 is #FA815C. Grayscale: #5D5D5D. Windows color (decimal): -16417117 or 10714629. OLE color: 10714629.

HSL color Cylindrical-coordinate representation of color #057EA3: hue angle of 194.05º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057EA3 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 126 163 -
CMYK 0.97 0.23 0 0.36
HSL 194.05º 0.94% 0.33% -
HSV(B) 194.05º 0.97% 0.64% -
XYZ 14.13 17.6 37.3 -
YUV 94.04 166.91 64.49 -
System Red Green Blue C M Y K H S L
Decimal 5 126 163 0.97 0.23 0 0.36 194.05 0.94 0.33
Hex 5 7E A3 61 17 0 24 C2 5E 21
Octal 5 176 243 141 27 0 44 302 136 41
Binary 101 1111110 10100011 1100001 10111 0 100100 11000010 1011110 100001

Color Harmonies of #057EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EA3

Black with #057EA3

Text Example


Text Example

White with #057EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,126,163); }

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

background-color css

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

 a { background-color: rgb(5,126,163); }

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

border-color css

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

 span { border-color: rgb(5,126,163); }

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