#063B7A

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

Shades of Dark Cerulean #063B7A

Tints of Dark Cerulean #063B7A

Color information

#063B7A (or 0x063B7A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3B and 7A. RGB value is (6,59,122). Sum of RGB (Red+Green+Blue) = 6+59+122=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #063B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B7A is #F9C485. Grayscale: #323232. Windows color (decimal): -16368774 or 8010502. OLE color: 8010502.

HSL color Cylindrical-coordinate representation of color #063B7A: hue angle of 212.59º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063B7A is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB659122-
CMYK0.950.5200.52
HSL212.59º90.62%25.1%-
HSV(B)212.59º95.08%47.84%-
XYZ5.154.5719.02-
YUV50.33168.4496.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 122 (48.05% from 255) = 65.24%
R=3.21%
G=31.55%
B=65.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6591220.950.5200.52212.5990.6225.1
Hex63B7A5F34034d55b19
Octal6731721376406432513331
Binary11011101111110101011111110100011010011010101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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