Html Css Color HEX #134587 Dark Cerulean

📋 copy color: '#134587'

red 19 ◦ green 69 ◦ blue 135

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

Shades of Dark Cerulean #134587

Tints of Dark Cerulean #134587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

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

R = 8.52%
G = 30.94%
B = 60.54%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134587 (or 0x134587) is known color: Dark Cerulean. HEX triplet: 13, 45 and 87. RGB value is (19,69,135). Sum of RGB (Red+Green+Blue) = 19+69+135=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #134587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134587 is #ECBA78. Grayscale: #3D3D3D. Windows color (decimal): -15514233 or 8865043. OLE color: 8865043.

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

Color convert

RGB 19 69 135 -
CMYK 0.86 0.49 0 0.47
HSL 214.14º 0.75% 0.3% -
HSV(B) 214.14º 0.86% 0.53% -
XYZ 6.77 6.14 23.75 -
YUV 61.57 169.44 97.63 -
System Red Green Blue C M Y K H S L
Decimal 19 69 135 0.86 0.49 0 0.47 214.14 0.75 0.3
Hex 13 45 87 56 31 0 2F D6 4B 1E
Octal 23 105 207 126 61 0 57 326 113 36
Binary 10011 1000101 10000111 1010110 110001 0 101111 11010110 1001011 11110

Color Harmonies of #134587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134587

Black with #134587

Text Example


Text Example

White with #134587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134587; }

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

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

background-color css

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

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

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

border-color css

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

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

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