Html Css Color HEX #134E7A Dark Cerulean

📋 copy color: '#134E7A'

red 19 ◦ green 78 ◦ blue 122

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

Shades of Dark Cerulean #134E7A

Tints of Dark Cerulean #134E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.62%

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

R = 8.68%
G = 35.62%
B = 55.71%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#134E7A (or 0x134E7A) is known color: Dark Cerulean. HEX triplet: 13, 4E and 7A. RGB value is (19,78,122). Sum of RGB (Red+Green+Blue) = 19+78+122=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #134E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E7A is #ECB185. Grayscale: #414141. Windows color (decimal): -15511942 or 8015379. OLE color: 8015379.

HSL color Cylindrical-coordinate representation of color #134E7A: hue angle of 205.63º 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 #134E7A is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 78 122 -
CMYK 0.84 0.36 0 0.52
HSL 205.63º 0.73% 0.28% -
HSV(B) 205.63º 0.84% 0.48% -
XYZ 6.51 6.99 19.42 -
YUV 65.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 19 78 122 0.84 0.36 0 0.52 205.63 0.73 0.28
Hex 13 4E 7A 54 24 0 34 CE 49 1C
Octal 23 116 172 124 44 0 64 316 111 34
Binary 10011 1001110 1111010 1010100 100100 0 110100 11001110 1001001 11100

Color Harmonies of #134E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E7A

Black with #134E7A

Text Example


Text Example

White with #134E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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