Html Css Color HEX #057CB1 Cerulean

📋 copy color: '#057CB1'

red 5 ◦ green 124 ◦ blue 177

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

Shades of Cerulean #057CB1

Tints of Cerulean #057CB1

RGB

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

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

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

R = 1.63%
G = 40.52%
B = 57.84%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#057CB1 (or 0x057CB1) is known color: Cerulean. HEX triplet: 05, 7C and B1. RGB value is (5,124,177). Sum of RGB (Red+Green+Blue) = 5+124+177=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #057CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057CB1 is #FA834E. Grayscale: #5E5E5E. Windows color (decimal): -16417615 or 11631621. OLE color: 11631621.

HSL color Cylindrical-coordinate representation of color #057CB1: hue angle of 198.49º 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 #057CB1 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 124 177 -
CMYK 0.97 0.30 0 0.31
HSL 198.49º 0.95% 0.36% -
HSV(B) 198.49º 0.97% 0.69% -
XYZ 15.21 17.62 44.19 -
YUV 94.46 174.58 64.19 -
System Red Green Blue C M Y K H S L
Decimal 5 124 177 0.97 0.30 0 0.31 198.49 0.95 0.36
Hex 5 7C B1 61 1E 0 1F C6 5F 24
Octal 5 174 261 141 36 0 37 306 137 44
Binary 101 1111100 10110001 1100001 11110 0 11111 11000110 1011111 100100

Color Harmonies of #057CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CB1

Black with #057CB1

Text Example


Text Example

White with #057CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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