Html Css Color HEX #057BAA Cerulean

📋 copy color: '#057BAA'

red 5 ◦ green 123 ◦ blue 170

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

Shades of Cerulean #057BAA

Tints of Cerulean #057BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.05%

R = 1.68%
G = 41.28%
B = 57.05%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#057BAA (or 0x057BAA) is known color: Cerulean. HEX triplet: 05, 7B and AA. RGB value is (5,123,170). Sum of RGB (Red+Green+Blue) = 5+123+170=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #057BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057BAA is #FA8455. Grayscale: #5C5C5C. Windows color (decimal): -16417878 or 11172613. OLE color: 11172613.

HSL color Cylindrical-coordinate representation of color #057BAA: hue angle of 197.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057BAA is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 123 170 -
CMYK 0.97 0.28 0 0.33
HSL 197.09º 0.94% 0.34% -
HSV(B) 197.09º 0.97% 0.67% -
XYZ 14.4 17.1 40.57 -
YUV 93.08 171.41 65.18 -
System Red Green Blue C M Y K H S L
Decimal 5 123 170 0.97 0.28 0 0.33 197.09 0.94 0.34
Hex 5 7B AA 61 1C 0 21 C5 5E 22
Octal 5 173 252 141 34 0 41 305 136 42
Binary 101 1111011 10101010 1100001 11100 0 100001 11000101 1011110 100010

Color Harmonies of #057BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BAA

Black with #057BAA

Text Example


Text Example

White with #057BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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