Html Css Color HEX #134580 Dark Cerulean

📋 copy color: '#134580'

red 19 ◦ green 69 ◦ blue 128

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

Shades of Dark Cerulean #134580

Tints of Dark Cerulean #134580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

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

R = 8.8%
G = 31.94%
B = 59.26%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#134580 (or 0x134580) is known color: Dark Cerulean. HEX triplet: 13, 45 and 80. RGB value is (19,69,128). Sum of RGB (Red+Green+Blue) = 19+69+128=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #134580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134580 is #ECBA7F. Grayscale: #3C3C3C. Windows color (decimal): -15514240 or 8406291. OLE color: 8406291.

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

Color convert

RGB 19 69 128 -
CMYK 0.85 0.46 0 0.50
HSL 212.48º 0.74% 0.29% -
HSV(B) 212.48º 0.85% 0.5% -
XYZ 6.29 5.95 21.24 -
YUV 60.78 165.94 98.2 -
System Red Green Blue C M Y K H S L
Decimal 19 69 128 0.85 0.46 0 0.50 212.48 0.74 0.29
Hex 13 45 80 55 2E 0 32 D4 4A 1D
Octal 23 105 200 125 56 0 62 324 112 35
Binary 10011 1000101 10000000 1010101 101110 0 110010 11010100 1001010 11101

Color Harmonies of #134580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134580

Black with #134580

Text Example


Text Example

White with #134580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134580; }

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

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

background-color css

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

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

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

border-color css

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

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

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