Html Css Color HEX #134184 Dark Cerulean

📋 copy color: '#134184'

red 19 ◦ green 65 ◦ blue 132

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

Shades of Dark Cerulean #134184

Tints of Dark Cerulean #134184

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

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

R = 8.8%
G = 30.09%
B = 61.11%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#134184 (or 0x134184) is known color: Dark Cerulean. HEX triplet: 13, 41 and 84. RGB value is (19,65,132). Sum of RGB (Red+Green+Blue) = 19+65+132=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #134184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134184 is #ECBE7B. Grayscale: #3A3A3A. Windows color (decimal): -15515260 or 8667411. OLE color: 8667411.

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

Color convert

RGB 19 65 132 -
CMYK 0.86 0.51 0 0.48
HSL 215.58º 0.75% 0.3% -
HSV(B) 215.58º 0.86% 0.52% -
XYZ 6.32 5.58 22.57 -
YUV 58.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 19 65 132 0.86 0.51 0 0.48 215.58 0.75 0.3
Hex 13 41 84 56 33 0 30 D8 4B 1E
Octal 23 101 204 126 63 0 60 330 113 36
Binary 10011 1000001 10000100 1010110 110011 0 110000 11011000 1001011 11110

Color Harmonies of #134184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134184

Black with #134184

Text Example


Text Example

White with #134184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134184; }

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

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

background-color css

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

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

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

border-color css

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

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

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