#063D8A

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

Shades of Dark Cerulean #063D8A

Tints of Dark Cerulean #063D8A

Color information

#063D8A (or 0x063D8A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3D and 8A. RGB value is (6,61,138). Sum of RGB (Red+Green+Blue) = 6+61+138=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #063D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063D8A is #F9C275. Grayscale: #343434. Windows color (decimal): -16368246 or 9059590. OLE color: 9059590.

HSL color Cylindrical-coordinate representation of color #063D8A: hue angle of 215º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063D8A is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB661138-
CMYK0.960.5600.46
HSL215º91.67%28.24%-
HSV(B)215º95.65%54.12%-
XYZ6.335.2124.72-
YUV53.33175.7894.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 61 (24.22% from 255) = 29.76%
BLUE value IS 138 (54.30% from 255) = 67.32%
R=2.93%
G=29.76%
B=67.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6611380.960.5600.4621591.6728.24
Hex63D8A603802Ed75c1c
Octal6752121407005632713434
Binary110111101100010101100000111000010111011010111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063D8A; }

 p { color: rgb(6,61,138); }

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

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

 a { background-color: rgb(6,61,138); }

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

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

 span { border-color: rgb(6,61,138); }

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