Html Css Color HEX #134890 Dark Cerulean

📋 copy color: '#134890'

red 19 ◦ green 72 ◦ blue 144

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

Shades of Dark Cerulean #134890

Tints of Dark Cerulean #134890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 61.28%

R = 8.09%
G = 30.64%
B = 61.28%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#134890 (or 0x134890) is known color: Dark Cerulean. HEX triplet: 13, 48 and 90. RGB value is (19,72,144). Sum of RGB (Red+Green+Blue) = 19+72+144=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #134890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134890 is #ECB76F. Grayscale: #404040. Windows color (decimal): -15513456 or 9455635. OLE color: 9455635.

HSL color Cylindrical-coordinate representation of color #134890: hue angle of 214.56º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134890 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 72 144 -
CMYK 0.87 0.50 0 0.44
HSL 214.56º 0.77% 0.32% -
HSV(B) 214.56º 0.87% 0.56% -
XYZ 7.62 6.79 27.29 -
YUV 64.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 19 72 144 0.87 0.50 0 0.44 214.56 0.77 0.32
Hex 13 48 90 57 32 0 2C D7 4D 20
Octal 23 110 220 127 62 0 54 327 115 40
Binary 10011 1001000 10010000 1010111 110010 0 101100 11010111 1001101 100000

Color Harmonies of #134890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134890

Black with #134890

Text Example


Text Example

White with #134890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134890; }

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

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

background-color css

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

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

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

border-color css

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

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

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