#063D7F

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

Shades of Dark Cerulean #063D7F

Tints of Dark Cerulean #063D7F

Color information

#063D7F (or 0x063D7F) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3D and 7F. RGB value is (6,61,127). Sum of RGB (Red+Green+Blue) = 6+61+127=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #063D7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D7F is #F9C280. Grayscale: #333333. Windows color (decimal): -16368257 or 8338694. OLE color: 8338694.

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

Color convert

RGB661127-
CMYK0.950.5200.50
HSL212.73º90.98%26.08%-
HSV(B)212.73º95.28%49.8%-
XYZ5.574.9120.73-
YUV52.08170.2895.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.09%
GREEN value IS 61 (24.22% from 255) = 31.44%
BLUE value IS 127 (50% from 255) = 65.46%
R=3.09%
G=31.44%
B=65.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6611270.950.5200.50212.7390.9826.08
Hex63D7F5F34032d55b1a
Octal6751771376406232513332
Binary11011110111111111011111110100011001011010101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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