Html Css Color HEX #056890 Cerulean

📋 copy color: '#056890'

red 5 ◦ green 104 ◦ blue 144

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

Shades of Cerulean #056890

Tints of Cerulean #056890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.11%

 BLUE value IS 144 (56.64% from 255) = 56.92%

R = 1.98%
G = 41.11%
B = 56.92%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#056890 (or 0x056890) is known color: Cerulean. HEX triplet: 05, 68 and 90. RGB value is (5,104,144). Sum of RGB (Red+Green+Blue) = 5+104+144=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #056890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056890 is #FA976F. Grayscale: #4E4E4E. Windows color (decimal): -16422768 or 9463813. OLE color: 9463813.

HSL color Cylindrical-coordinate representation of color #056890: hue angle of 197.27º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056890 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 104 144 -
CMYK 0.97 0.28 0 0.44
HSL 197.27º 0.93% 0.29% -
HSV(B) 197.27º 0.97% 0.56% -
XYZ 10.05 11.95 28.16 -
YUV 78.96 164.7 75.25 -
System Red Green Blue C M Y K H S L
Decimal 5 104 144 0.97 0.28 0 0.44 197.27 0.93 0.29
Hex 5 68 90 61 1C 0 2C C5 5D 1D
Octal 5 150 220 141 34 0 54 305 135 35
Binary 101 1101000 10010000 1100001 11100 0 101100 11000101 1011101 11101

Color Harmonies of #056890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056890

Black with #056890

Text Example


Text Example

White with #056890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056890; }

 p { color: rgb(5,104,144); }

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

background-color css

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

 a { background-color: rgb(5,104,144); }

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

border-color css

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

 span { border-color: rgb(5,104,144); }

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