Html Css Color HEX #134086 Dark Cerulean

📋 copy color: '#134086'

red 19 ◦ green 64 ◦ blue 134

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

Shades of Dark Cerulean #134086

Tints of Dark Cerulean #134086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

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

R = 8.76%
G = 29.49%
B = 61.75%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134086 (or 0x134086) is known color: Dark Cerulean. HEX triplet: 13, 40 and 86. RGB value is (19,64,134). Sum of RGB (Red+Green+Blue) = 19+64+134=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #134086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134086 is #ECBF79. Grayscale: #3A3A3A. Windows color (decimal): -15515514 or 8798227. OLE color: 8798227.

HSL color Cylindrical-coordinate representation of color #134086: hue angle of 216.52º 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 #134086 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 64 134 -
CMYK 0.86 0.52 0 0.47
HSL 216.52º 0.75% 0.3% -
HSV(B) 216.52º 0.86% 0.53% -
XYZ 6.41 5.53 23.28 -
YUV 58.53 170.59 99.81 -
System Red Green Blue C M Y K H S L
Decimal 19 64 134 0.86 0.52 0 0.47 216.52 0.75 0.3
Hex 13 40 86 56 34 0 2F D9 4B 1E
Octal 23 100 206 126 64 0 57 331 113 36
Binary 10011 1000000 10000110 1010110 110100 0 101111 11011001 1001011 11110

Color Harmonies of #134086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134086

Black with #134086

Text Example


Text Example

White with #134086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134086; }

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

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

background-color css

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

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

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

border-color css

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

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

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