#134081

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

Shades of Dark Cerulean #134081

Tints of Dark Cerulean #134081

Color information

#134081 (or 0x134081) is unknown color: approx Dark Cerulean. HEX triplet: 13, 40 and 81. RGB value is (19,64,129). Sum of RGB (Red+Green+Blue) = 19+64+129=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #134081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134081 is #ECBF7E. Grayscale: #393939. Windows color (decimal): -15515519 or 8470547. OLE color: 8470547.

HSL color Cylindrical-coordinate representation of color #134081: hue angle of 215.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134081 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1964129-
CMYK0.850.5000.49
HSL215.45º74.32%29.02%-
HSV(B)215.45º85.27%50.59%-
XYZ6.065.3921.49-
YUV57.96168.09100.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 129 (50.78% from 255) = 60.85%
R=8.96%
G=30.19%
B=60.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19641290.850.5000.49215.4574.3229.02
Hex1340815532031d74a1d
Octal231002011256206132711235
Binary100111000000100000011010101110010011000111010111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134081; }

 p { color: rgb(19,64,129); }

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

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

 a { background-color: rgb(19,64,129); }

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

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

 span { border-color: rgb(19,64,129); }

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