Html Css Color HEX #134889 Dark Cerulean

📋 copy color: '#134889'

red 19 ◦ green 72 ◦ blue 137

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

Shades of Dark Cerulean #134889

Tints of Dark Cerulean #134889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

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

R = 8.33%
G = 31.58%
B = 60.09%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#134889 (or 0x134889) is known color: Dark Cerulean. HEX triplet: 13, 48 and 89. RGB value is (19,72,137). Sum of RGB (Red+Green+Blue) = 19+72+137=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #134889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134889 is #ECB776. Grayscale: #3F3F3F. Windows color (decimal): -15513463 or 8996883. OLE color: 8996883.

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

Color convert

RGB 19 72 137 -
CMYK 0.86 0.47 0 0.46
HSL 213.05º 0.76% 0.31% -
HSV(B) 213.05º 0.86% 0.54% -
XYZ 7.1 6.58 24.56 -
YUV 63.56 169.44 96.21 -
System Red Green Blue C M Y K H S L
Decimal 19 72 137 0.86 0.47 0 0.46 213.05 0.76 0.31
Hex 13 48 89 56 2F 0 2E D5 4C 1F
Octal 23 110 211 126 57 0 56 325 114 37
Binary 10011 1001000 10001001 1010110 101111 0 101110 11010101 1001100 11111

Color Harmonies of #134889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134889

Black with #134889

Text Example


Text Example

White with #134889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134889; }

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

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

background-color css

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

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

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

border-color css

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

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

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