Html Css Color HEX #057ABA Cerulean

📋 copy color: '#057ABA'

red 5 ◦ green 122 ◦ blue 186

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

Shades of Cerulean #057ABA

Tints of Cerulean #057ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 1.6%
G = 38.98%
B = 59.42%

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

#057ABA (or 0x057ABA) is known color: Cerulean. HEX triplet: 05, 7A and BA. RGB value is (5,122,186). Sum of RGB (Red+Green+Blue) = 5+122+186=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #057ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ABA is #FA8545. Grayscale: #5D5D5D. Windows color (decimal): -16418118 or 12220933. OLE color: 12220933.

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

Color convert

RGB 5 122 186 -
CMYK 0.97 0.34 0 0.27
HSL 201.22º 0.95% 0.37% -
HSV(B) 201.22º 0.97% 0.73% -
XYZ 15.89 17.5 48.99 -
YUV 94.31 179.74 64.3 -
System Red Green Blue C M Y K H S L
Decimal 5 122 186 0.97 0.34 0 0.27 201.22 0.95 0.37
Hex 5 7A BA 61 22 0 1B C9 5F 25
Octal 5 172 272 141 42 0 33 311 137 45
Binary 101 1111010 10111010 1100001 100010 0 11011 11001001 1011111 100101

Color Harmonies of #057ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057ABA

Black with #057ABA

Text Example


Text Example

White with #057ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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