Html Css Color HEX #134D89 Dark Cerulean

📋 copy color: '#134D89'

red 19 ◦ green 77 ◦ blue 137

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

Shades of Dark Cerulean #134D89

Tints of Dark Cerulean #134D89

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.05%

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

R = 8.15%
G = 33.05%
B = 58.8%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#134D89 (or 0x134D89) is known color: Dark Cerulean. HEX triplet: 13, 4D and 89. RGB value is (19,77,137). Sum of RGB (Red+Green+Blue) = 19+77+137=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #134D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D89 is #ECB276. Grayscale: #424242. Windows color (decimal): -15512183 or 8998163. OLE color: 8998163.

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

Color convert

RGB 19 77 137 -
CMYK 0.86 0.44 0 0.46
HSL 210.51º 0.76% 0.31% -
HSV(B) 210.51º 0.86% 0.54% -
XYZ 7.44 7.25 24.67 -
YUV 66.5 167.78 94.12 -
System Red Green Blue C M Y K H S L
Decimal 19 77 137 0.86 0.44 0 0.46 210.51 0.76 0.31
Hex 13 4D 89 56 2C 0 2E D3 4C 1F
Octal 23 115 211 126 54 0 56 323 114 37
Binary 10011 1001101 10001001 1010110 101100 0 101110 11010011 1001100 11111

Color Harmonies of #134D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D89

Black with #134D89

Text Example


Text Example

White with #134D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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