#063B8A

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

Shades of Dark Cerulean #063B8A

Tints of Dark Cerulean #063B8A

Color information

#063B8A (or 0x063B8A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3B and 8A. RGB value is (6,59,138). Sum of RGB (Red+Green+Blue) = 6+59+138=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #063B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063B8A is #F9C475. Grayscale: #333333. Windows color (decimal): -16368758 or 9059078. OLE color: 9059078.

HSL color Cylindrical-coordinate representation of color #063B8A: hue angle of 215.91º 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 #063B8A is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB659138-
CMYK0.960.5700.46
HSL215.91º91.67%28.24%-
HSV(B)215.91º95.65%54.12%-
XYZ6.23524.68-
YUV52.16176.4495.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 138 (54.30% from 255) = 67.98%
R=2.96%
G=29.06%
B=67.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6591380.960.5700.46215.9191.6728.24
Hex63B8A603902Ed85c1c
Octal6732121407105633013434
Binary110111011100010101100000111001010111011011000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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