Html Css Color HEX #056293 Cerulean

📋 copy color: '#056293'

red 5 ◦ green 98 ◦ blue 147

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

Shades of Cerulean #056293

Tints of Cerulean #056293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.2%

 BLUE value IS 147 (57.81% from 255) = 58.8%

R = 2%
G = 39.2%
B = 58.8%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#056293 (or 0x056293) is known color: Cerulean. HEX triplet: 05, 62 and 93. RGB value is (5,98,147). Sum of RGB (Red+Green+Blue) = 5+98+147=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #056293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056293 is #FA9D6C. Grayscale: #4B4B4B. Windows color (decimal): -16424301 or 9658885. OLE color: 9658885.

HSL color Cylindrical-coordinate representation of color #056293: hue angle of 200.7º degrees, saturation: 0.93, 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 #056293 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 98 147 -
CMYK 0.97 0.33 0 0.42
HSL 200.7º 0.93% 0.3% -
HSV(B) 200.7º 0.97% 0.58% -
XYZ 9.7 10.87 29.19 -
YUV 75.78 168.19 77.52 -
System Red Green Blue C M Y K H S L
Decimal 5 98 147 0.97 0.33 0 0.42 200.7 0.93 0.3
Hex 5 62 93 61 21 0 2A C9 5D 1E
Octal 5 142 223 141 41 0 52 311 135 36
Binary 101 1100010 10010011 1100001 100001 0 101010 11001001 1011101 11110

Color Harmonies of #056293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056293

Black with #056293

Text Example


Text Example

White with #056293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056293; }

 p { color: rgb(5,98,147); }

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

background-color css

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

 a { background-color: rgb(5,98,147); }

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

border-color css

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

 span { border-color: rgb(5,98,147); }

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