Html Css Color HEX #057C9C Cerulean

📋 copy color: '#057C9C'

red 5 ◦ green 124 ◦ blue 156

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

Shades of Cerulean #057C9C

Tints of Cerulean #057C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.74%

R = 1.75%
G = 43.51%
B = 54.74%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#057C9C (or 0x057C9C) is known color: Cerulean. HEX triplet: 05, 7C and 9C. RGB value is (5,124,156). Sum of RGB (Red+Green+Blue) = 5+124+156=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #057C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C9C is #FA8363. Grayscale: #5B5B5B. Windows color (decimal): -16417636 or 10255365. OLE color: 10255365.

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

Color convert

RGB 5 124 156 -
CMYK 0.97 0.21 0 0.39
HSL 192.72º 0.94% 0.32% -
HSV(B) 192.72º 0.97% 0.61% -
XYZ 13.27 16.85 34.01 -
YUV 92.07 164.08 65.9 -
System Red Green Blue C M Y K H S L
Decimal 5 124 156 0.97 0.21 0 0.39 192.72 0.94 0.32
Hex 5 7C 9C 61 15 0 27 C1 5E 20
Octal 5 174 234 141 25 0 47 301 136 40
Binary 101 1111100 10011100 1100001 10101 0 100111 11000001 1011110 100000

Color Harmonies of #057C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C9C

Black with #057C9C

Text Example


Text Example

White with #057C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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