#134285

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

Shades of Dark Cerulean #134285

Tints of Dark Cerulean #134285

Color information

#134285 (or 0x134285) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 85. RGB value is (19,66,133). Sum of RGB (Red+Green+Blue) = 19+66+133=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #134285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134285 is #ECBD7A. Grayscale: #3B3B3B. Windows color (decimal): -15515003 or 8733203. OLE color: 8733203.

HSL color Cylindrical-coordinate representation of color #134285: hue angle of 215.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134285 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1966133-
CMYK0.860.5000.48
HSL215.26º75%29.8%-
HSV(B)215.26º85.71%52.16%-
XYZ6.455.7322.96-
YUV59.58169.4399.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 133 (52.34% from 255) = 61.01%
R=8.72%
G=30.28%
B=61.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19661330.860.5000.48215.267529.8
Hex1342855632030d74b1e
Octal231022051266206032711336
Binary100111000010100001011010110110010011000011010111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134285; }

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

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

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

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

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

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

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

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