Html Css Color HEX #134487 Dark Cerulean

📋 copy color: '#134487'

red 19 ◦ green 68 ◦ blue 135

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

Shades of Dark Cerulean #134487

Tints of Dark Cerulean #134487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.63%

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

R = 8.56%
G = 30.63%
B = 60.81%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134487 (or 0x134487) is known color: Dark Cerulean. HEX triplet: 13, 44 and 87. RGB value is (19,68,135). Sum of RGB (Red+Green+Blue) = 19+68+135=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #134487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134487 is #ECBB78. Grayscale: #3C3C3C. Windows color (decimal): -15514489 or 8864787. OLE color: 8864787.

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

Color convert

RGB 19 68 135 -
CMYK 0.86 0.50 0 0.47
HSL 214.66º 0.75% 0.3% -
HSV(B) 214.66º 0.86% 0.53% -
XYZ 6.71 6.02 23.73 -
YUV 60.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 19 68 135 0.86 0.50 0 0.47 214.66 0.75 0.3
Hex 13 44 87 56 32 0 2F D7 4B 1E
Octal 23 104 207 126 62 0 57 327 113 36
Binary 10011 1000100 10000111 1010110 110010 0 101111 11010111 1001011 11110

Color Harmonies of #134487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134487

Black with #134487

Text Example


Text Example

White with #134487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134487; }

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

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

background-color css

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

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

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

border-color css

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

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

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