#013F7A

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

Shades of Dark Cerulean #013F7A

Tints of Dark Cerulean #013F7A

Color information

#013F7A (or 0x013F7A) is unknown color: approx Dark Cerulean. HEX triplet: 01, 3F and 7A. RGB value is (1,63,122). Sum of RGB (Red+Green+Blue) = 1+63+122=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 122 (48.05% from 255 or 65.59% from 186); Max value from RGB is 122 - color contains mainly: blue. Hex color #013F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F7A is #FEC085. Grayscale: #323232. Windows color (decimal): -16695430 or 8011521. OLE color: 8011521.

HSL color Cylindrical-coordinate representation of color #013F7A: hue angle of 209.26º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F7A is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB163122-
CMYK0.990.4800.52
HSL209.26º98.37%24.12%-
HSV(B)209.26º99.18%47.84%-
XYZ5.34.9719.09-
YUV51.19167.9692.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 122 (48.05% from 255) = 65.59%
R=0.54%
G=33.87%
B=65.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1631220.990.4800.52209.2698.3724.12
Hex13F7A6330034d16218
Octal1771721436006432114230
Binary111111111110101100011110000011010011010001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013F7A; }

 p { color: rgb(1,63,122); }

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

<style>
 a { background-color: #013F7A; }

 a { background-color: rgb(1,63,122); }

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

<style>
 span { border-color: #013F7A; }

 span { border-color: rgb(1,63,122); }

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