Html Css Color HEX #134D7A Dark Cerulean

📋 copy color: '#134D7A'

red 19 ◦ green 77 ◦ blue 122

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

Shades of Dark Cerulean #134D7A

Tints of Dark Cerulean #134D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 55.96%

R = 8.72%
G = 35.32%
B = 55.96%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#134D7A (or 0x134D7A) is known color: Dark Cerulean. HEX triplet: 13, 4D and 7A. RGB value is (19,77,122). Sum of RGB (Red+Green+Blue) = 19+77+122=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #134D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D7A is #ECB285. Grayscale: #404040. Windows color (decimal): -15512198 or 8015123. OLE color: 8015123.

HSL color Cylindrical-coordinate representation of color #134D7A: hue angle of 206.21º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134D7A is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 77 122 -
CMYK 0.84 0.37 0 0.52
HSL 206.21º 0.73% 0.28% -
HSV(B) 206.21º 0.84% 0.48% -
XYZ 6.44 6.85 19.4 -
YUV 64.79 160.28 95.34 -
System Red Green Blue C M Y K H S L
Decimal 19 77 122 0.84 0.37 0 0.52 206.21 0.73 0.28
Hex 13 4D 7A 54 25 0 34 CE 49 1C
Octal 23 115 172 124 45 0 64 316 111 34
Binary 10011 1001101 1111010 1010100 100101 0 110100 11001110 1001001 11100

Color Harmonies of #134D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D7A

Black with #134D7A

Text Example


Text Example

White with #134D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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