Html Css Color HEX #057CAB Cerulean

📋 copy color: '#057CAB'

red 5 ◦ green 124 ◦ blue 171

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

Shades of Cerulean #057CAB

Tints of Cerulean #057CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57%

R = 1.67%
G = 41.33%
B = 57%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#057CAB (or 0x057CAB) is known color: Cerulean. HEX triplet: 05, 7C and AB. RGB value is (5,124,171). Sum of RGB (Red+Green+Blue) = 5+124+171=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #057CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057CAB is #FA8354. Grayscale: #5D5D5D. Windows color (decimal): -16417621 or 11238405. OLE color: 11238405.

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

Color convert

RGB 5 124 171 -
CMYK 0.97 0.27 0 0.33
HSL 196.99º 0.94% 0.35% -
HSV(B) 196.99º 0.97% 0.67% -
XYZ 14.62 17.39 41.11 -
YUV 93.78 171.58 64.68 -
System Red Green Blue C M Y K H S L
Decimal 5 124 171 0.97 0.27 0 0.33 196.99 0.94 0.35
Hex 5 7C AB 61 1B 0 21 C5 5E 23
Octal 5 174 253 141 33 0 41 305 136 43
Binary 101 1111100 10101011 1100001 11011 0 100001 11000101 1011110 100011

Color Harmonies of #057CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CAB

Black with #057CAB

Text Example


Text Example

White with #057CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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