Html Css Color HEX #057B9F Cerulean

📋 copy color: '#057B9F'

red 5 ◦ green 123 ◦ blue 159

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

Shades of Cerulean #057B9F

Tints of Cerulean #057B9F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.86%

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

R = 1.74%
G = 42.86%
B = 55.4%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#057B9F (or 0x057B9F) is known color: Cerulean. HEX triplet: 05, 7B and 9F. RGB value is (5,123,159). Sum of RGB (Red+Green+Blue) = 5+123+159=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #057B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057B9F is #FA8460. Grayscale: #5B5B5B. Windows color (decimal): -16417889 or 10451717. OLE color: 10451717.

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

Color convert

RGB 5 123 159 -
CMYK 0.97 0.23 0 0.38
HSL 194.03º 0.94% 0.32% -
HSV(B) 194.03º 0.97% 0.62% -
XYZ 13.4 16.7 35.32 -
YUV 91.82 165.91 66.07 -
System Red Green Blue C M Y K H S L
Decimal 5 123 159 0.97 0.23 0 0.38 194.03 0.94 0.32
Hex 5 7B 9F 61 17 0 26 C2 5E 20
Octal 5 173 237 141 27 0 46 302 136 40
Binary 101 1111011 10011111 1100001 10111 0 100110 11000010 1011110 100000

Color Harmonies of #057B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057B9F

Black with #057B9F

Text Example


Text Example

White with #057B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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