#05347A

Color #05347A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #05347A

Tints of Dark Cerulean #05347A

Color information

#05347A (or 0x05347A) is unknown color: approx Dark Cerulean. HEX triplet: 05, 34 and 7A. RGB value is (5,52,122). Sum of RGB (Red+Green+Blue) = 5+52+122=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #05347A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05347A is #FACB85. Grayscale: #2D2D2D. Windows color (decimal): -16436102 or 8008709. OLE color: 8008709.

HSL color Cylindrical-coordinate representation of color #05347A: hue angle of 215.9º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05347A is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB552122-
CMYK0.960.5700.52
HSL215.9º92.13%24.9%-
HSV(B)215.9º95.9%47.84%-
XYZ4.83.8918.91-
YUV45.93170.9398.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 122 (48.05% from 255) = 68.16%
R=2.79%
G=29.05%
B=68.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5521220.960.5700.52215.992.1324.9
Hex5347A6039034d85c19
Octal5641721407106433013431
Binary10111010011110101100000111001011010011011000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05347A; }

 p { color: rgb(5,52,122); }

 H1.HeaderClassName
 {
   color: #05347A;
 }
 .AnyTagClassName
 {
   color: #05347A;
 }
</style>
background-color css

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

 a { background-color: rgb(5,52,122); }

 div.DivClassName
 {
   background-color: #05347A;
 }
 .BgClassName
 {
   background-color: #05347A;
 }
</style>
border-color css

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

 span { border-color: rgb(5,52,122); }

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