Html Css Color HEX #134087 Dark Cerulean

📋 copy color: '#134087'

red 19 ◦ green 64 ◦ blue 135

#134087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #134087

Tints of Dark Cerulean #134087

RGB

 RED value IS 19 (7.81% from 255) = 8.72%

 GREEN value IS 64 (25.39% from 255) = 29.36%

 BLUE value IS 135 (53.13% from 255) = 61.93%

R = 8.72%
G = 29.36%
B = 61.93%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134087 (or 0x134087) is known color: Dark Cerulean. HEX triplet: 13, 40 and 87. RGB value is (19,64,135). Sum of RGB (Red+Green+Blue) = 19+64+135=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #134087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134087 is #ECBF78. Grayscale: #3A3A3A. Windows color (decimal): -15515513 or 8863763. OLE color: 8863763.

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

Color convert

RGB 19 64 135 -
CMYK 0.86 0.53 0 0.47
HSL 216.72º 0.75% 0.3% -
HSV(B) 216.72º 0.86% 0.53% -
XYZ 6.48 5.55 23.65 -
YUV 58.64 171.09 99.73 -
System Red Green Blue C M Y K H S L
Decimal 19 64 135 0.86 0.53 0 0.47 216.72 0.75 0.3
Hex 13 40 87 56 35 0 2F D9 4B 1E
Octal 23 100 207 126 65 0 57 331 113 36
Binary 10011 1000000 10000111 1010110 110101 0 101111 11011001 1001011 11110

Color Harmonies of #134087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134087

Black with #134087

Text Example


Text Example

White with #134087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134087; }

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

 H1.HeaderClassName
 {
   color: #134087;
 }
 .AnyTagClassName
 {
   color: #134087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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