Html Css Color HEX #134987 Dark Cerulean

📋 copy color: '#134987'

red 19 ◦ green 73 ◦ blue 135

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

Shades of Dark Cerulean #134987

Tints of Dark Cerulean #134987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

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

R = 8.37%
G = 32.16%
B = 59.47%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134987 (or 0x134987) is known color: Dark Cerulean. HEX triplet: 13, 49 and 87. RGB value is (19,73,135). Sum of RGB (Red+Green+Blue) = 19+73+135=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #134987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134987 is #ECB678. Grayscale: #3F3F3F. Windows color (decimal): -15513209 or 8866067. OLE color: 8866067.

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

Color convert

RGB 19 73 135 -
CMYK 0.86 0.46 0 0.47
HSL 212.07º 0.75% 0.3% -
HSV(B) 212.07º 0.86% 0.53% -
XYZ 7.02 6.65 23.84 -
YUV 63.92 168.11 95.96 -
System Red Green Blue C M Y K H S L
Decimal 19 73 135 0.86 0.46 0 0.47 212.07 0.75 0.3
Hex 13 49 87 56 2E 0 2F D4 4B 1E
Octal 23 111 207 126 56 0 57 324 113 36
Binary 10011 1001001 10000111 1010110 101110 0 101111 11010100 1001011 11110

Color Harmonies of #134987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134987

Black with #134987

Text Example


Text Example

White with #134987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134987; }

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

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

background-color css

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

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

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

border-color css

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

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

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