Html Css Color HEX #057BA0 Cerulean

📋 copy color: '#057BA0'

red 5 ◦ green 123 ◦ blue 160

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

Shades of Cerulean #057BA0

Tints of Cerulean #057BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 55.56%

R = 1.74%
G = 42.71%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#057BA0 (or 0x057BA0) is known color: Cerulean. HEX triplet: 05, 7B and A0. RGB value is (5,123,160). Sum of RGB (Red+Green+Blue) = 5+123+160=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #057BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057BA0 is #FA845F. Grayscale: #5B5B5B. Windows color (decimal): -16417888 or 10517253. OLE color: 10517253.

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

Color convert

RGB 5 123 160 -
CMYK 0.97 0.23 0 0.37
HSL 194.32º 0.94% 0.32% -
HSV(B) 194.32º 0.97% 0.63% -
XYZ 13.49 16.74 35.78 -
YUV 91.94 166.41 65.99 -
System Red Green Blue C M Y K H S L
Decimal 5 123 160 0.97 0.23 0 0.37 194.32 0.94 0.32
Hex 5 7B A0 61 17 0 25 C2 5E 20
Octal 5 173 240 141 27 0 45 302 136 40
Binary 101 1111011 10100000 1100001 10111 0 100101 11000010 1011110 100000

Color Harmonies of #057BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BA0

Black with #057BA0

Text Example


Text Example

White with #057BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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