Html Css Color HEX #134584 Dark Cerulean

📋 copy color: '#134584'

red 19 ◦ green 69 ◦ blue 132

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

Shades of Dark Cerulean #134584

Tints of Dark Cerulean #134584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60%

R = 8.64%
G = 31.36%
B = 60%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#134584 (or 0x134584) is known color: Dark Cerulean. HEX triplet: 13, 45 and 84. RGB value is (19,69,132). Sum of RGB (Red+Green+Blue) = 19+69+132=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #134584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134584 is #ECBA7B. Grayscale: #3C3C3C. Windows color (decimal): -15514236 or 8668435. OLE color: 8668435.

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

Color convert

RGB 19 69 132 -
CMYK 0.86 0.48 0 0.48
HSL 213.45º 0.75% 0.3% -
HSV(B) 213.45º 0.86% 0.52% -
XYZ 6.56 6.06 22.65 -
YUV 61.23 167.94 97.88 -
System Red Green Blue C M Y K H S L
Decimal 19 69 132 0.86 0.48 0 0.48 213.45 0.75 0.3
Hex 13 45 84 56 30 0 30 D5 4B 1E
Octal 23 105 204 126 60 0 60 325 113 36
Binary 10011 1000101 10000100 1010110 110000 0 110000 11010101 1001011 11110

Color Harmonies of #134584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134584

Black with #134584

Text Example


Text Example

White with #134584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134584; }

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

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

background-color css

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

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

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

border-color css

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

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

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