Html Css Color HEX #057FAB Cerulean

📋 copy color: '#057FAB'

red 5 ◦ green 127 ◦ blue 171

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

Shades of Cerulean #057FAB

Tints of Cerulean #057FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

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

R = 1.65%
G = 41.91%
B = 56.44%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#057FAB (or 0x057FAB) is known color: Cerulean. HEX triplet: 05, 7F and AB. RGB value is (5,127,171). Sum of RGB (Red+Green+Blue) = 5+127+171=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #057FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057FAB is #FA8054. Grayscale: #5F5F5F. Windows color (decimal): -16416853 or 11239173. OLE color: 11239173.

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

Color convert

RGB 5 127 171 -
CMYK 0.97 0.26 0 0.33
HSL 195.9º 0.94% 0.35% -
HSV(B) 195.9º 0.97% 0.67% -
XYZ 15 18.15 41.24 -
YUV 95.54 170.58 63.42 -
System Red Green Blue C M Y K H S L
Decimal 5 127 171 0.97 0.26 0 0.33 195.9 0.94 0.35
Hex 5 7F AB 61 1A 0 21 C4 5E 23
Octal 5 177 253 141 32 0 41 304 136 43
Binary 101 1111111 10101011 1100001 11010 0 100001 11000100 1011110 100011

Color Harmonies of #057FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FAB

Black with #057FAB

Text Example


Text Example

White with #057FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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