#134D92

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

Shades of Dark Cerulean #134D92

Tints of Dark Cerulean #134D92

Color information

#134D92 (or 0x134D92) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4D and 92. RGB value is (19,77,146). Sum of RGB (Red+Green+Blue) = 19+77+146=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #134D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D92 is #ECB26D. Grayscale: #434343. Windows color (decimal): -15512174 or 9587987. OLE color: 9587987.

HSL color Cylindrical-coordinate representation of color #134D92: hue angle of 212.6º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134D92 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1977146-
CMYK0.870.4700.43
HSL212.6º76.97%32.35%-
HSV(B)212.6º86.99%57.25%-
XYZ8.117.5228.22-
YUV67.52172.2893.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=7.85%
G=31.82%
B=60.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19771460.870.4700.43212.676.9732.35
Hex134D92572F02Bd54d20
Octal231152221275705332511540
Binary1001110011011001001010101111011110101011110101011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134D92; }

 p { color: rgb(19,77,146); }

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

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

 a { background-color: rgb(19,77,146); }

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

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

 span { border-color: rgb(19,77,146); }

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