Html Css Color HEX #057C9F Cerulean

📋 copy color: '#057C9F'

red 5 ◦ green 124 ◦ blue 159

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

Shades of Cerulean #057C9F

Tints of Cerulean #057C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.06%

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

R = 1.74%
G = 43.06%
B = 55.21%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#057C9F (or 0x057C9F) is known color: Cerulean. HEX triplet: 05, 7C and 9F. RGB value is (5,124,159). Sum of RGB (Red+Green+Blue) = 5+124+159=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #057C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C9F is #FA8360. Grayscale: #5C5C5C. Windows color (decimal): -16417633 or 10451973. OLE color: 10451973.

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

Color convert

RGB 5 124 159 -
CMYK 0.97 0.22 0 0.38
HSL 193.64º 0.94% 0.32% -
HSV(B) 193.64º 0.97% 0.62% -
XYZ 13.53 16.95 35.36 -
YUV 92.41 165.58 65.65 -
System Red Green Blue C M Y K H S L
Decimal 5 124 159 0.97 0.22 0 0.38 193.64 0.94 0.32
Hex 5 7C 9F 61 16 0 26 C2 5E 20
Octal 5 174 237 141 26 0 46 302 136 40
Binary 101 1111100 10011111 1100001 10110 0 100110 11000010 1011110 100000

Color Harmonies of #057C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C9F

Black with #057C9F

Text Example


Text Example

White with #057C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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