Html Css Color HEX #134589 Dark Cerulean

📋 copy color: '#134589'

red 19 ◦ green 69 ◦ blue 137

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

Shades of Dark Cerulean #134589

Tints of Dark Cerulean #134589

RGB

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

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

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

R = 8.44%
G = 30.67%
B = 60.89%

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

#134589 (or 0x134589) is known color: Dark Cerulean. HEX triplet: 13, 45 and 89. RGB value is (19,69,137). Sum of RGB (Red+Green+Blue) = 19+69+137=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #134589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134589 is #ECBA76. Grayscale: #3D3D3D. Windows color (decimal): -15514231 or 8996115. OLE color: 8996115.

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

Color convert

RGB 19 69 137 -
CMYK 0.86 0.50 0 0.46
HSL 214.58º 0.76% 0.31% -
HSV(B) 214.58º 0.86% 0.54% -
XYZ 6.91 6.2 24.5 -
YUV 61.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 19 69 137 0.86 0.50 0 0.46 214.58 0.76 0.31
Hex 13 45 89 56 32 0 2E D7 4C 1F
Octal 23 105 211 126 62 0 56 327 114 37
Binary 10011 1000101 10001001 1010110 110010 0 101110 11010111 1001100 11111

Color Harmonies of #134589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134589

Black with #134589

Text Example


Text Example

White with #134589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134589; }

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

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

background-color css

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

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

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

border-color css

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

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

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