Html Css Color HEX #057CAC Cerulean

📋 copy color: '#057CAC'

red 5 ◦ green 124 ◦ blue 172

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

Shades of Cerulean #057CAC

Tints of Cerulean #057CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 1.66%
G = 41.2%
B = 57.14%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#057CAC (or 0x057CAC) is known color: Cerulean. HEX triplet: 05, 7C and AC. RGB value is (5,124,172). Sum of RGB (Red+Green+Blue) = 5+124+172=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #057CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057CAC is #FA8353. Grayscale: #5D5D5D. Windows color (decimal): -16417620 or 11303941. OLE color: 11303941.

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

Color convert

RGB 5 124 172 -
CMYK 0.97 0.28 0 0.33
HSL 197.25º 0.94% 0.35% -
HSV(B) 197.25º 0.97% 0.67% -
XYZ 14.72 17.43 41.62 -
YUV 93.89 172.08 64.6 -
System Red Green Blue C M Y K H S L
Decimal 5 124 172 0.97 0.28 0 0.33 197.25 0.94 0.35
Hex 5 7C AC 61 1C 0 21 C5 5E 23
Octal 5 174 254 141 34 0 41 305 136 43
Binary 101 1111100 10101100 1100001 11100 0 100001 11000101 1011110 100011

Color Harmonies of #057CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CAC

Black with #057CAC

Text Example


Text Example

White with #057CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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