Html Css Color HEX #057CA4 Cerulean

📋 copy color: '#057CA4'

red 5 ◦ green 124 ◦ blue 164

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

Shades of Cerulean #057CA4

Tints of Cerulean #057CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 55.97%

R = 1.71%
G = 42.32%
B = 55.97%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#057CA4 (or 0x057CA4) is known color: Cerulean. HEX triplet: 05, 7C and A4. RGB value is (5,124,164). Sum of RGB (Red+Green+Blue) = 5+124+164=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 164 (64.45% from 255 or 55.97% from 293); Max value from RGB is 164 - color contains mainly: blue. Hex color #057CA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057CA4 is #FA835B. Grayscale: #5C5C5C. Windows color (decimal): -16417628 or 10779653. OLE color: 10779653.

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

Color convert

RGB 5 124 164 -
CMYK 0.97 0.24 0 0.36
HSL 195.09º 0.94% 0.33% -
HSV(B) 195.09º 0.97% 0.64% -
XYZ 13.97 17.13 37.69 -
YUV 92.98 168.08 65.25 -
System Red Green Blue C M Y K H S L
Decimal 5 124 164 0.97 0.24 0 0.36 195.09 0.94 0.33
Hex 5 7C A4 61 18 0 24 C3 5E 21
Octal 5 174 244 141 30 0 44 303 136 41
Binary 101 1111100 10100100 1100001 11000 0 100100 11000011 1011110 100001

Color Harmonies of #057CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CA4

Black with #057CA4

Text Example


Text Example

White with #057CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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