Html Css Color HEX #134D7F Dark Cerulean

📋 copy color: '#134D7F'

red 19 ◦ green 77 ◦ blue 127

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

Shades of Dark Cerulean #134D7F

Tints of Dark Cerulean #134D7F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

 BLUE value IS 127 (50% from 255) = 56.95%

R = 8.52%
G = 34.53%
B = 56.95%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#134D7F (or 0x134D7F) is known color: Dark Cerulean. HEX triplet: 13, 4D and 7F. RGB value is (19,77,127). Sum of RGB (Red+Green+Blue) = 19+77+127=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #134D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D7F is #ECB280. Grayscale: #414141. Windows color (decimal): -15512193 or 8342803. OLE color: 8342803.

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

Color convert

RGB 19 77 127 -
CMYK 0.85 0.39 0 0.50
HSL 207.78º 0.74% 0.29% -
HSV(B) 207.78º 0.85% 0.5% -
XYZ 6.75 6.98 21.07 -
YUV 65.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 19 77 127 0.85 0.39 0 0.50 207.78 0.74 0.29
Hex 13 4D 7F 55 27 0 32 D0 4A 1D
Octal 23 115 177 125 47 0 62 320 112 35
Binary 10011 1001101 1111111 1010101 100111 0 110010 11010000 1001010 11101

Color Harmonies of #134D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D7F

Black with #134D7F

Text Example


Text Example

White with #134D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,77,127); }

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

background-color css

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

 a { background-color: rgb(19,77,127); }

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

border-color css

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

 span { border-color: rgb(19,77,127); }

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