Html Css Color HEX #056296 Cerulean

📋 copy color: '#056296'

red 5 ◦ green 98 ◦ blue 150

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

Shades of Cerulean #056296

Tints of Cerulean #056296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.29%

R = 1.98%
G = 38.74%
B = 59.29%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#056296 (or 0x056296) is known color: Cerulean. HEX triplet: 05, 62 and 96. RGB value is (5,98,150). Sum of RGB (Red+Green+Blue) = 5+98+150=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #056296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056296 is #FA9D69. Grayscale: #4B4B4B. Windows color (decimal): -16424298 or 9855493. OLE color: 9855493.

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

Color convert

RGB 5 98 150 -
CMYK 0.97 0.35 0 0.41
HSL 201.52º 0.94% 0.3% -
HSV(B) 201.52º 0.97% 0.59% -
XYZ 9.94 10.97 30.45 -
YUV 76.12 169.69 77.27 -
System Red Green Blue C M Y K H S L
Decimal 5 98 150 0.97 0.35 0 0.41 201.52 0.94 0.3
Hex 5 62 96 61 23 0 29 CA 5E 1E
Octal 5 142 226 141 43 0 51 312 136 36
Binary 101 1100010 10010110 1100001 100011 0 101001 11001010 1011110 11110

Color Harmonies of #056296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056296

Black with #056296

Text Example


Text Example

White with #056296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056296; }

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

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

background-color css

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

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

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

border-color css

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

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

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