Html Css Color HEX #057C9E Cerulean

📋 copy color: '#057C9E'

red 5 ◦ green 124 ◦ blue 158

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

Shades of Cerulean #057C9E

Tints of Cerulean #057C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.05%

R = 1.74%
G = 43.21%
B = 55.05%

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

#057C9E (or 0x057C9E) is known color: Cerulean. HEX triplet: 05, 7C and 9E. RGB value is (5,124,158). Sum of RGB (Red+Green+Blue) = 5+124+158=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #057C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C9E is #FA8361. Grayscale: #5C5C5C. Windows color (decimal): -16417634 or 10386437. OLE color: 10386437.

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

Color convert

RGB 5 124 158 -
CMYK 0.97 0.22 0 0.38
HSL 193.33º 0.94% 0.32% -
HSV(B) 193.33º 0.97% 0.62% -
XYZ 13.44 16.92 34.9 -
YUV 92.3 165.08 65.74 -
System Red Green Blue C M Y K H S L
Decimal 5 124 158 0.97 0.22 0 0.38 193.33 0.94 0.32
Hex 5 7C 9E 61 16 0 26 C1 5E 20
Octal 5 174 236 141 26 0 46 301 136 40
Binary 101 1111100 10011110 1100001 10110 0 100110 11000001 1011110 100000

Color Harmonies of #057C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C9E

Black with #057C9E

Text Example


Text Example

White with #057C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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