Html Css Color HEX #057AB1 Cerulean

📋 copy color: '#057AB1'

red 5 ◦ green 122 ◦ blue 177

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

Shades of Cerulean #057AB1

Tints of Cerulean #057AB1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.13%

 BLUE value IS 177 (69.53% from 255) = 58.22%

R = 1.64%
G = 40.13%
B = 58.22%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#057AB1 (or 0x057AB1) is known color: Cerulean. HEX triplet: 05, 7A and B1. RGB value is (5,122,177). Sum of RGB (Red+Green+Blue) = 5+122+177=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #057AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057AB1 is #FA854E. Grayscale: #5C5C5C. Windows color (decimal): -16418127 or 11631109. OLE color: 11631109.

HSL color Cylindrical-coordinate representation of color #057AB1: hue angle of 199.19º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057AB1 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 122 177 -
CMYK 0.97 0.31 0 0.31
HSL 199.19º 0.95% 0.36% -
HSV(B) 199.19º 0.97% 0.69% -
XYZ 14.96 17.13 44.11 -
YUV 93.29 175.24 65.03 -
System Red Green Blue C M Y K H S L
Decimal 5 122 177 0.97 0.31 0 0.31 199.19 0.95 0.36
Hex 5 7A B1 61 1F 0 1F C7 5F 24
Octal 5 172 261 141 37 0 37 307 137 44
Binary 101 1111010 10110001 1100001 11111 0 11111 11000111 1011111 100100

Color Harmonies of #057AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057AB1

Black with #057AB1

Text Example


Text Example

White with #057AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,122,177); }

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

background-color css

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

 a { background-color: rgb(5,122,177); }

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

border-color css

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

 span { border-color: rgb(5,122,177); }

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