Html Css Color HEX #134D85 Dark Cerulean

📋 copy color: '#134D85'

red 19 ◦ green 77 ◦ blue 133

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

Shades of Dark Cerulean #134D85

Tints of Dark Cerulean #134D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.08%

R = 8.3%
G = 33.62%
B = 58.08%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#134D85 (or 0x134D85) is known color: Dark Cerulean. HEX triplet: 13, 4D and 85. RGB value is (19,77,133). Sum of RGB (Red+Green+Blue) = 19+77+133=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #134D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D85 is #ECB27A. Grayscale: #414141. Windows color (decimal): -15512187 or 8736019. OLE color: 8736019.

HSL color Cylindrical-coordinate representation of color #134D85: hue angle of 209.47º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134D85 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 77 133 -
CMYK 0.86 0.42 0 0.48
HSL 209.47º 0.75% 0.3% -
HSV(B) 209.47º 0.86% 0.52% -
XYZ 7.16 7.14 23.19 -
YUV 66.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 19 77 133 0.86 0.42 0 0.48 209.47 0.75 0.3
Hex 13 4D 85 56 2A 0 30 D1 4B 1E
Octal 23 115 205 126 52 0 60 321 113 36
Binary 10011 1001101 10000101 1010110 101010 0 110000 11010001 1001011 11110

Color Harmonies of #134D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D85

Black with #134D85

Text Example


Text Example

White with #134D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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