Html Css Color HEX #134A80 Dark Cerulean

📋 copy color: '#134A80'

red 19 ◦ green 74 ◦ blue 128

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

Shades of Dark Cerulean #134A80

Tints of Dark Cerulean #134A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.48%

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

R = 8.6%
G = 33.48%
B = 57.92%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#134A80 (or 0x134A80) is known color: Dark Cerulean. HEX triplet: 13, 4A and 80. RGB value is (19,74,128). Sum of RGB (Red+Green+Blue) = 19+74+128=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #134A80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134A80 is #ECB57F. Grayscale: #3F3F3F. Windows color (decimal): -15512960 or 8407571. OLE color: 8407571.

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

Color convert

RGB 19 74 128 -
CMYK 0.85 0.42 0 0.50
HSL 209.72º 0.74% 0.29% -
HSV(B) 209.72º 0.85% 0.5% -
XYZ 6.61 6.59 21.35 -
YUV 63.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 19 74 128 0.85 0.42 0 0.50 209.72 0.74 0.29
Hex 13 4A 80 55 2A 0 32 D2 4A 1D
Octal 23 112 200 125 52 0 62 322 112 35
Binary 10011 1001010 10000000 1010101 101010 0 110010 11010010 1001010 11101

Color Harmonies of #134A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A80

Black with #134A80

Text Example


Text Example

White with #134A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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