Html Css Color HEX #134F80 Dark Cerulean

📋 copy color: '#134F80'

red 19 ◦ green 79 ◦ blue 128

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

Shades of Dark Cerulean #134F80

Tints of Dark Cerulean #134F80

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.96%

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

R = 8.41%
G = 34.96%
B = 56.64%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#134F80 (or 0x134F80) is known color: Dark Cerulean. HEX triplet: 13, 4F and 80. RGB value is (19,79,128). Sum of RGB (Red+Green+Blue) = 19+79+128=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #134F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134F80 is #ECB07F. Grayscale: #424242. Windows color (decimal): -15511680 or 8408851. OLE color: 8408851.

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

Color convert

RGB 19 79 128 -
CMYK 0.85 0.38 0 0.50
HSL 206.97º 0.74% 0.29% -
HSV(B) 206.97º 0.85% 0.5% -
XYZ 6.96 7.29 21.46 -
YUV 66.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 19 79 128 0.85 0.38 0 0.50 206.97 0.74 0.29
Hex 13 4F 80 55 26 0 32 CF 4A 1D
Octal 23 117 200 125 46 0 62 317 112 35
Binary 10011 1001111 10000000 1010101 100110 0 110010 11001111 1001010 11101

Color Harmonies of #134F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F80

Black with #134F80

Text Example


Text Example

White with #134F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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