Html Css Color HEX #134E7E Dark Cerulean

📋 copy color: '#134E7E'

red 19 ◦ green 78 ◦ blue 126

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

Shades of Dark Cerulean #134E7E

Tints of Dark Cerulean #134E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 56.5%

R = 8.52%
G = 34.98%
B = 56.5%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#134E7E (or 0x134E7E) is known color: Dark Cerulean. HEX triplet: 13, 4E and 7E. RGB value is (19,78,126). Sum of RGB (Red+Green+Blue) = 19+78+126=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #134E7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E7E is #ECB181. Grayscale: #414141. Windows color (decimal): -15511938 or 8277523. OLE color: 8277523.

HSL color Cylindrical-coordinate representation of color #134E7E: hue angle of 206.92º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134E7E is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 78 126 -
CMYK 0.85 0.38 0 0.51
HSL 206.92º 0.74% 0.28% -
HSV(B) 206.92º 0.85% 0.49% -
XYZ 6.76 7.09 20.75 -
YUV 65.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 19 78 126 0.85 0.38 0 0.51 206.92 0.74 0.28
Hex 13 4E 7E 55 26 0 33 CF 4A 1C
Octal 23 116 176 125 46 0 63 317 112 34
Binary 10011 1001110 1111110 1010101 100110 0 110011 11001111 1001010 11100

Color Harmonies of #134E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E7E

Black with #134E7E

Text Example


Text Example

White with #134E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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