Html Css Color HEX #134880 Dark Cerulean

📋 copy color: '#134880'

red 19 ◦ green 72 ◦ blue 128

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

Shades of Dark Cerulean #134880

Tints of Dark Cerulean #134880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 58.45%

R = 8.68%
G = 32.88%
B = 58.45%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#134880 (or 0x134880) is known color: Dark Cerulean. HEX triplet: 13, 48 and 80. RGB value is (19,72,128). Sum of RGB (Red+Green+Blue) = 19+72+128=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #134880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134880 is #ECB77F. Grayscale: #3E3E3E. Windows color (decimal): -15513472 or 8407059. OLE color: 8407059.

HSL color Cylindrical-coordinate representation of color #134880: hue angle of 210.83º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134880 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 72 128 -
CMYK 0.85 0.44 0 0.50
HSL 210.83º 0.74% 0.29% -
HSV(B) 210.83º 0.85% 0.5% -
XYZ 6.48 6.33 21.3 -
YUV 62.54 164.94 96.95 -
System Red Green Blue C M Y K H S L
Decimal 19 72 128 0.85 0.44 0 0.50 210.83 0.74 0.29
Hex 13 48 80 55 2C 0 32 D3 4A 1D
Octal 23 110 200 125 54 0 62 323 112 35
Binary 10011 1001000 10000000 1010101 101100 0 110010 11010011 1001010 11101

Color Harmonies of #134880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134880

Black with #134880

Text Example


Text Example

White with #134880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134880; }

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

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

background-color css

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

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

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

border-color css

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

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

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