Html Css Color HEX #056095 Cerulean

📋 copy color: '#056095'

red 5 ◦ green 96 ◦ blue 149

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

Shades of Cerulean #056095

Tints of Cerulean #056095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 2%
G = 38.4%
B = 59.6%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#056095 (or 0x056095) is known color: Cerulean. HEX triplet: 05, 60 and 95. RGB value is (5,96,149). Sum of RGB (Red+Green+Blue) = 5+96+149=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #056095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056095 is #FA9F6A. Grayscale: #4A4A4A. Windows color (decimal): -16424811 or 9789445. OLE color: 9789445.

HSL color Cylindrical-coordinate representation of color #056095: hue angle of 202.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056095 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 96 149 -
CMYK 0.97 0.36 0 0.42
HSL 202.08º 0.94% 0.3% -
HSV(B) 202.08º 0.97% 0.58% -
XYZ 9.67 10.57 29.96 -
YUV 74.83 169.85 78.19 -
System Red Green Blue C M Y K H S L
Decimal 5 96 149 0.97 0.36 0 0.42 202.08 0.94 0.3
Hex 5 60 95 61 24 0 2A CA 5E 1E
Octal 5 140 225 141 44 0 52 312 136 36
Binary 101 1100000 10010101 1100001 100100 0 101010 11001010 1011110 11110

Color Harmonies of #056095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056095

Black with #056095

Text Example


Text Example

White with #056095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056095; }

 p { color: rgb(5,96,149); }

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

background-color css

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

 a { background-color: rgb(5,96,149); }

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

border-color css

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

 span { border-color: rgb(5,96,149); }

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