Html Css Color HEX #134389 Dark Cerulean

📋 copy color: '#134389'

red 19 ◦ green 67 ◦ blue 137

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

Shades of Dark Cerulean #134389

Tints of Dark Cerulean #134389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.04%

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

R = 8.52%
G = 30.04%
B = 61.43%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#134389 (or 0x134389) is known color: Dark Cerulean. HEX triplet: 13, 43 and 89. RGB value is (19,67,137). Sum of RGB (Red+Green+Blue) = 19+67+137=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #134389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134389 is #ECBC76. Grayscale: #3C3C3C. Windows color (decimal): -15514743 or 8995603. OLE color: 8995603.

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

Color convert

RGB 19 67 137 -
CMYK 0.86 0.51 0 0.46
HSL 215.59º 0.76% 0.31% -
HSV(B) 215.59º 0.86% 0.54% -
XYZ 6.79 5.96 24.46 -
YUV 60.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 19 67 137 0.86 0.51 0 0.46 215.59 0.76 0.31
Hex 13 43 89 56 33 0 2E D8 4C 1F
Octal 23 103 211 126 63 0 56 330 114 37
Binary 10011 1000011 10001001 1010110 110011 0 101110 11011000 1001100 11111

Color Harmonies of #134389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134389

Black with #134389

Text Example


Text Example

White with #134389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134389; }

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

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

background-color css

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

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

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

border-color css

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

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

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