Html Css Color HEX #134D6E Dark Cerulean

📋 copy color: '#134D6E'

red 19 ◦ green 77 ◦ blue 110

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

Shades of Dark Cerulean #134D6E

Tints of Dark Cerulean #134D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 9.22%
G = 37.38%
B = 53.4%

CMYK

 C value IS 0.83

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#134D6E (or 0x134D6E) is known color: Dark Cerulean. HEX triplet: 13, 4D and 6E. RGB value is (19,77,110). Sum of RGB (Red+Green+Blue) = 19+77+110=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #134D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D6E is #ECB291. Grayscale: #3F3F3F. Windows color (decimal): -15512210 or 7228691. OLE color: 7228691.

HSL color Cylindrical-coordinate representation of color #134D6E: hue angle of 201.76º degrees, saturation: 0.71, 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 #134D6E is Cyan = 0.83, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 77 110 -
CMYK 0.83 0.3 0 0.57
HSL 201.76º 0.71% 0.25% -
HSV(B) 201.76º 0.83% 0.43% -
XYZ 5.74 6.57 15.72 -
YUV 63.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 19 77 110 0.83 0.3 0 0.57 201.76 0.71 0.25
Hex 13 4D 6E 53 1E 0 39 CA 47 19
Octal 23 115 156 123 36 0 71 312 107 31
Binary 10011 1001101 1101110 1010011 11110 0 111001 11001010 1000111 11001

Color Harmonies of #134D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D6E

Black with #134D6E

Text Example


Text Example

White with #134D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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