Html Css Color HEX #134986 Dark Cerulean

📋 copy color: '#134986'

red 19 ◦ green 73 ◦ blue 134

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

Shades of Dark Cerulean #134986

Tints of Dark Cerulean #134986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

 BLUE value IS 134 (52.73% from 255) = 59.29%

R = 8.41%
G = 32.3%
B = 59.29%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134986 (or 0x134986) is known color: Dark Cerulean. HEX triplet: 13, 49 and 86. RGB value is (19,73,134). Sum of RGB (Red+Green+Blue) = 19+73+134=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #134986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134986 is #ECB679. Grayscale: #3F3F3F. Windows color (decimal): -15513210 or 8800531. OLE color: 8800531.

HSL color Cylindrical-coordinate representation of color #134986: hue angle of 211.83º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134986 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 73 134 -
CMYK 0.86 0.46 0 0.47
HSL 211.83º 0.75% 0.3% -
HSV(B) 211.83º 0.86% 0.53% -
XYZ 6.95 6.62 23.47 -
YUV 63.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 19 73 134 0.86 0.46 0 0.47 211.83 0.75 0.3
Hex 13 49 86 56 2E 0 2F D4 4B 1E
Octal 23 111 206 126 56 0 57 324 113 36
Binary 10011 1001001 10000110 1010110 101110 0 101111 11010100 1001011 11110

Color Harmonies of #134986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134986

Black with #134986

Text Example


Text Example

White with #134986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134986; }

 p { color: rgb(19,73,134); }

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

background-color css

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

 a { background-color: rgb(19,73,134); }

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

border-color css

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

 span { border-color: rgb(19,73,134); }

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