#134272

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

Shades of Dark Cerulean #134272

Tints of Dark Cerulean #134272

Color information

#134272 (or 0x134272) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 72. RGB value is (19,66,114). Sum of RGB (Red+Green+Blue) = 19+66+114=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #134272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134272 is #ECBD8D. Grayscale: #393939. Windows color (decimal): -15515022 or 7488019. OLE color: 7488019.

HSL color Cylindrical-coordinate representation of color #134272: hue angle of 210.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134272 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1966114-
CMYK0.830.4200.55
HSL210.32º71.43%26.08%-
HSV(B)210.32º83.33%44.71%-
XYZ5.255.2516.66-
YUV57.42159.93100.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=9.55%
G=33.17%
B=57.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19661140.830.4200.55210.3271.4326.08
Hex134272532A037d2471a
Octal231021621235206732210732
Binary10011100001011100101010011101010011011111010010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134272; }

 p { color: rgb(19,66,114); }

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

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

 a { background-color: rgb(19,66,114); }

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

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

 span { border-color: rgb(19,66,114); }

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