Html Css Color HEX #057D9F Cerulean

📋 copy color: '#057D9F'

red 5 ◦ green 125 ◦ blue 159

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

Shades of Cerulean #057D9F

Tints of Cerulean #057D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.25%

 BLUE value IS 159 (62.5% from 255) = 55.02%

R = 1.73%
G = 43.25%
B = 55.02%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#057D9F (or 0x057D9F) is known color: Cerulean. HEX triplet: 05, 7D and 9F. RGB value is (5,125,159). Sum of RGB (Red+Green+Blue) = 5+125+159=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #057D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057D9F is #FA8260. Grayscale: #5C5C5C. Windows color (decimal): -16417377 or 10452229. OLE color: 10452229.

HSL color Cylindrical-coordinate representation of color #057D9F: hue angle of 193.25º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057D9F is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 125 159 -
CMYK 0.97 0.21 0 0.38
HSL 193.25º 0.94% 0.32% -
HSV(B) 193.25º 0.97% 0.62% -
XYZ 13.65 17.2 35.4 -
YUV 93 165.24 65.24 -
System Red Green Blue C M Y K H S L
Decimal 5 125 159 0.97 0.21 0 0.38 193.25 0.94 0.32
Hex 5 7D 9F 61 15 0 26 C1 5E 20
Octal 5 175 237 141 25 0 46 301 136 40
Binary 101 1111101 10011111 1100001 10101 0 100110 11000001 1011110 100000

Color Harmonies of #057D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D9F

Black with #057D9F

Text Example


Text Example

White with #057D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,125,159); }

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

background-color css

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

 a { background-color: rgb(5,125,159); }

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

border-color css

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

 span { border-color: rgb(5,125,159); }

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