#06387A

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

Shades of Dark Cerulean #06387A

Tints of Dark Cerulean #06387A

Color information

#06387A (or 0x06387A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 38 and 7A. RGB value is (6,56,122). Sum of RGB (Red+Green+Blue) = 6+56+122=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 122 (48.05% from 255 or 66.30% from 184); Max value from RGB is 122 - color contains mainly: blue. Hex color #06387A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06387A is #F9C785. Grayscale: #303030. Windows color (decimal): -16369542 or 8009734. OLE color: 8009734.

HSL color Cylindrical-coordinate representation of color #06387A: hue angle of 214.14º 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 #06387A is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB656122-
CMYK0.950.5400.52
HSL214.14º90.62%25.1%-
HSV(B)214.14º95.08%47.84%-
XYZ54.2718.97-
YUV48.57169.4497.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 122 (48.05% from 255) = 66.30%
R=3.26%
G=30.43%
B=66.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6561220.950.5400.52214.1490.6225.1
Hex6387A5F36034d65b19
Octal6701721376606432613331
Binary11011100011110101011111110110011010011010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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