Html Css Color HEX #134489 Dark Cerulean

📋 copy color: '#134489'

red 19 ◦ green 68 ◦ blue 137

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

Shades of Dark Cerulean #134489

Tints of Dark Cerulean #134489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 61.16%

R = 8.48%
G = 30.36%
B = 61.16%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#134489 (or 0x134489) is known color: Dark Cerulean. HEX triplet: 13, 44 and 89. RGB value is (19,68,137). Sum of RGB (Red+Green+Blue) = 19+68+137=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #134489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134489 is #ECBB76. Grayscale: #3C3C3C. Windows color (decimal): -15514487 or 8995859. OLE color: 8995859.

HSL color Cylindrical-coordinate representation of color #134489: hue angle of 215.08º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134489 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 68 137 -
CMYK 0.86 0.50 0 0.46
HSL 215.08º 0.76% 0.31% -
HSV(B) 215.08º 0.86% 0.54% -
XYZ 6.85 6.08 24.48 -
YUV 61.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 19 68 137 0.86 0.50 0 0.46 215.08 0.76 0.31
Hex 13 44 89 56 32 0 2E D7 4C 1F
Octal 23 104 211 126 62 0 56 327 114 37
Binary 10011 1000100 10001001 1010110 110010 0 101110 11010111 1001100 11111

Color Harmonies of #134489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134489

Black with #134489

Text Example


Text Example

White with #134489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134489; }

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

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

background-color css

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

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

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

border-color css

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

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

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