Html Css Color HEX #133784 Dark Cerulean

📋 copy color: '#133784'

red 19 ◦ green 55 ◦ blue 132

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

Shades of Dark Cerulean #133784

Tints of Dark Cerulean #133784

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.7%

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

R = 9.22%
G = 26.7%
B = 64.08%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#133784 (or 0x133784) is known color: Dark Cerulean. HEX triplet: 13, 37 and 84. RGB value is (19,55,132). Sum of RGB (Red+Green+Blue) = 19+55+132=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 132 (51.95% from 255 or 64.08% from 206); Max value from RGB is 132 - color contains mainly: blue. Hex color #133784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133784 is #ECC87B. Grayscale: #343434. Windows color (decimal): -15517820 or 8664851. OLE color: 8664851.

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

Color convert

RGB 19 55 132 -
CMYK 0.86 0.58 0 0.48
HSL 220.89º 0.75% 0.3% -
HSV(B) 220.89º 0.86% 0.52% -
XYZ 5.8 4.54 22.4 -
YUV 53.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 19 55 132 0.86 0.58 0 0.48 220.89 0.75 0.3
Hex 13 37 84 56 3A 0 30 DD 4B 1E
Octal 23 67 204 126 72 0 60 335 113 36
Binary 10011 110111 10000100 1010110 111010 0 110000 11011101 1001011 11110

Color Harmonies of #133784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133784

Black with #133784

Text Example


Text Example

White with #133784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133784; }

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

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

background-color css

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

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

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

border-color css

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

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

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