Html Css Color HEX #056294 Cerulean

📋 copy color: '#056294'

red 5 ◦ green 98 ◦ blue 148

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

Shades of Cerulean #056294

Tints of Cerulean #056294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 1.99%
G = 39.04%
B = 58.96%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#056294 (or 0x056294) is known color: Cerulean. HEX triplet: 05, 62 and 94. RGB value is (5,98,148). Sum of RGB (Red+Green+Blue) = 5+98+148=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #056294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056294 is #FA9D6B. Grayscale: #4B4B4B. Windows color (decimal): -16424300 or 9724421. OLE color: 9724421.

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

Color convert

RGB 5 98 148 -
CMYK 0.97 0.34 0 0.42
HSL 200.98º 0.93% 0.3% -
HSV(B) 200.98º 0.97% 0.58% -
XYZ 9.78 10.91 29.61 -
YUV 75.89 168.69 77.43 -
System Red Green Blue C M Y K H S L
Decimal 5 98 148 0.97 0.34 0 0.42 200.98 0.93 0.3
Hex 5 62 94 61 22 0 2A C9 5D 1E
Octal 5 142 224 141 42 0 52 311 135 36
Binary 101 1100010 10010100 1100001 100010 0 101010 11001001 1011101 11110

Color Harmonies of #056294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056294

Black with #056294

Text Example


Text Example

White with #056294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056294; }

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

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

background-color css

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

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

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

border-color css

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

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

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