Html Css Color HEX #057AB9 Cerulean

📋 copy color: '#057AB9'

red 5 ◦ green 122 ◦ blue 185

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

Shades of Cerulean #057AB9

Tints of Cerulean #057AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 59.29%

R = 1.6%
G = 39.1%
B = 59.29%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#057AB9 (or 0x057AB9) is known color: Cerulean. HEX triplet: 05, 7A and B9. RGB value is (5,122,185). Sum of RGB (Red+Green+Blue) = 5+122+185=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #057AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057AB9 is #FA8546. Grayscale: #5D5D5D. Windows color (decimal): -16418119 or 12155397. OLE color: 12155397.

HSL color Cylindrical-coordinate representation of color #057AB9: hue angle of 201º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057AB9 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 122 185 -
CMYK 0.97 0.34 0 0.27
HSL 201º 0.95% 0.37% -
HSV(B) 201º 0.97% 0.73% -
XYZ 15.78 17.45 48.44 -
YUV 94.2 179.24 64.38 -
System Red Green Blue C M Y K H S L
Decimal 5 122 185 0.97 0.34 0 0.27 201 0.95 0.37
Hex 5 7A B9 61 22 0 1B C9 5F 25
Octal 5 172 271 141 42 0 33 311 137 45
Binary 101 1111010 10111001 1100001 100010 0 11011 11001001 1011111 100101

Color Harmonies of #057AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057AB9

Black with #057AB9

Text Example


Text Example

White with #057AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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