Html Css Color HEX #057BAD Cerulean

📋 copy color: '#057BAD'

red 5 ◦ green 123 ◦ blue 173

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

Shades of Cerulean #057BAD

Tints of Cerulean #057BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.48%

R = 1.66%
G = 40.86%
B = 57.48%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#057BAD (or 0x057BAD) is known color: Cerulean. HEX triplet: 05, 7B and AD. RGB value is (5,123,173). Sum of RGB (Red+Green+Blue) = 5+123+173=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #057BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057BAD is #FA8452. Grayscale: #5D5D5D. Windows color (decimal): -16417875 or 11369221. OLE color: 11369221.

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

Color convert

RGB 5 123 173 -
CMYK 0.97 0.29 0 0.32
HSL 197.86º 0.94% 0.35% -
HSV(B) 197.86º 0.97% 0.68% -
XYZ 14.69 17.22 42.08 -
YUV 93.42 172.91 64.93 -
System Red Green Blue C M Y K H S L
Decimal 5 123 173 0.97 0.29 0 0.32 197.86 0.94 0.35
Hex 5 7B AD 61 1D 0 20 C6 5E 23
Octal 5 173 255 141 35 0 40 306 136 43
Binary 101 1111011 10101101 1100001 11101 0 100000 11000110 1011110 100011

Color Harmonies of #057BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BAD

Black with #057BAD

Text Example


Text Example

White with #057BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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