Html Css Color HEX #134A87 Dark Cerulean

📋 copy color: '#134A87'

red 19 ◦ green 74 ◦ blue 135

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

Shades of Dark Cerulean #134A87

Tints of Dark Cerulean #134A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.46%

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

R = 8.33%
G = 32.46%
B = 59.21%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134A87 (or 0x134A87) is known color: Dark Cerulean. HEX triplet: 13, 4A and 87. RGB value is (19,74,135). Sum of RGB (Red+Green+Blue) = 19+74+135=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #134A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134A87 is #ECB578. Grayscale: #404040. Windows color (decimal): -15512953 or 8866323. OLE color: 8866323.

HSL color Cylindrical-coordinate representation of color #134A87: hue angle of 211.55º 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 #134A87 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 74 135 -
CMYK 0.86 0.45 0 0.47
HSL 211.55º 0.75% 0.3% -
HSV(B) 211.55º 0.86% 0.53% -
XYZ 7.09 6.79 23.86 -
YUV 64.51 167.78 95.54 -
System Red Green Blue C M Y K H S L
Decimal 19 74 135 0.86 0.45 0 0.47 211.55 0.75 0.3
Hex 13 4A 87 56 2D 0 2F D4 4B 1E
Octal 23 112 207 126 55 0 57 324 113 36
Binary 10011 1001010 10000111 1010110 101101 0 101111 11010100 1001011 11110

Color Harmonies of #134A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A87

Black with #134A87

Text Example


Text Example

White with #134A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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