Html Css Color HEX #134586 Dark Cerulean

📋 copy color: '#134586'

red 19 ◦ green 69 ◦ blue 134

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

Shades of Dark Cerulean #134586

Tints of Dark Cerulean #134586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.08%

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

R = 8.56%
G = 31.08%
B = 60.36%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134586 (or 0x134586) is known color: Dark Cerulean. HEX triplet: 13, 45 and 86. RGB value is (19,69,134). Sum of RGB (Red+Green+Blue) = 19+69+134=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #134586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134586 is #ECBA79. Grayscale: #3D3D3D. Windows color (decimal): -15514234 or 8799507. OLE color: 8799507.

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

Color convert

RGB 19 69 134 -
CMYK 0.86 0.49 0 0.47
HSL 213.91º 0.75% 0.3% -
HSV(B) 213.91º 0.86% 0.53% -
XYZ 6.7 6.12 23.38 -
YUV 61.46 168.94 97.71 -
System Red Green Blue C M Y K H S L
Decimal 19 69 134 0.86 0.49 0 0.47 213.91 0.75 0.3
Hex 13 45 86 56 31 0 2F D6 4B 1E
Octal 23 105 206 126 61 0 57 326 113 36
Binary 10011 1000101 10000110 1010110 110001 0 101111 11010110 1001011 11110

Color Harmonies of #134586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134586

Black with #134586

Text Example


Text Example

White with #134586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134586; }

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

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

background-color css

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

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

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

border-color css

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

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

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