Html Css Color HEX #057AA4 Cerulean

📋 copy color: '#057AA4'

red 5 ◦ green 122 ◦ blue 164

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

Shades of Cerulean #057AA4

Tints of Cerulean #057AA4

RGB

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

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

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

R = 1.72%
G = 41.92%
B = 56.36%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#057AA4 (or 0x057AA4) is known color: Cerulean. HEX triplet: 05, 7A and A4. RGB value is (5,122,164). Sum of RGB (Red+Green+Blue) = 5+122+164=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #057AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057AA4 is #FA855B. Grayscale: #5B5B5B. Windows color (decimal): -16418140 or 10779141. OLE color: 10779141.

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

Color convert

RGB 5 122 164 -
CMYK 0.97 0.26 0 0.36
HSL 195.85º 0.94% 0.33% -
HSV(B) 195.85º 0.97% 0.64% -
XYZ 13.72 16.63 37.61 -
YUV 91.81 168.74 66.08 -
System Red Green Blue C M Y K H S L
Decimal 5 122 164 0.97 0.26 0 0.36 195.85 0.94 0.33
Hex 5 7A A4 61 1A 0 24 C4 5E 21
Octal 5 172 244 141 32 0 44 304 136 41
Binary 101 1111010 10100100 1100001 11010 0 100100 11000100 1011110 100001

Color Harmonies of #057AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057AA4

Black with #057AA4

Text Example


Text Example

White with #057AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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