Html Css Color HEX #057BA4 Cerulean

📋 copy color: '#057BA4'

red 5 ◦ green 123 ◦ blue 164

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

Shades of Cerulean #057BA4

Tints of Cerulean #057BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 56.16%

R = 1.71%
G = 42.12%
B = 56.16%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#057BA4 (or 0x057BA4) is known color: Cerulean. HEX triplet: 05, 7B and A4. RGB value is (5,123,164). Sum of RGB (Red+Green+Blue) = 5+123+164=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #057BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057BA4 is #FA845B. Grayscale: #5C5C5C. Windows color (decimal): -16417884 or 10779397. OLE color: 10779397.

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

Color convert

RGB 5 123 164 -
CMYK 0.97 0.25 0 0.36
HSL 195.47º 0.94% 0.33% -
HSV(B) 195.47º 0.97% 0.64% -
XYZ 13.85 16.88 37.65 -
YUV 92.39 168.41 65.67 -
System Red Green Blue C M Y K H S L
Decimal 5 123 164 0.97 0.25 0 0.36 195.47 0.94 0.33
Hex 5 7B A4 61 19 0 24 C3 5E 21
Octal 5 173 244 141 31 0 44 303 136 41
Binary 101 1111011 10100100 1100001 11001 0 100100 11000011 1011110 100001

Color Harmonies of #057BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BA4

Black with #057BA4

Text Example


Text Example

White with #057BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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