Html Css Color HEX #134D6D Dark Cerulean

📋 copy color: '#134D6D'

red 19 ◦ green 77 ◦ blue 109

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

Shades of Dark Cerulean #134D6D

Tints of Dark Cerulean #134D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 9.27%
G = 37.56%
B = 53.17%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#134D6D (or 0x134D6D) is known color: Dark Cerulean. HEX triplet: 13, 4D and 6D. RGB value is (19,77,109). Sum of RGB (Red+Green+Blue) = 19+77+109=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #134D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D6D is #ECB292. Grayscale: #3F3F3F. Windows color (decimal): -15512211 or 7163155. OLE color: 7163155.

HSL color Cylindrical-coordinate representation of color #134D6D: hue angle of 201.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134D6D is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 77 109 -
CMYK 0.83 0.29 0 0.57
HSL 201.33º 0.7% 0.25% -
HSV(B) 201.33º 0.83% 0.43% -
XYZ 5.68 6.55 15.43 -
YUV 63.31 153.78 96.4 -
System Red Green Blue C M Y K H S L
Decimal 19 77 109 0.83 0.29 0 0.57 201.33 0.7 0.25
Hex 13 4D 6D 53 1D 0 39 C9 46 19
Octal 23 115 155 123 35 0 71 311 106 31
Binary 10011 1001101 1101101 1010011 11101 0 111001 11001001 1000110 11001

Color Harmonies of #134D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D6D

Black with #134D6D

Text Example


Text Example

White with #134D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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