Html Css Color HEX #133884 Dark Cerulean

📋 copy color: '#133884'

red 19 ◦ green 56 ◦ blue 132

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

Shades of Dark Cerulean #133884

Tints of Dark Cerulean #133884

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

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

R = 9.18%
G = 27.05%
B = 63.77%

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

#133884 (or 0x133884) is known color: Dark Cerulean. HEX triplet: 13, 38 and 84. RGB value is (19,56,132). Sum of RGB (Red+Green+Blue) = 19+56+132=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #133884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133884 is #ECC77B. Grayscale: #353535. Windows color (decimal): -15517564 or 8665107. OLE color: 8665107.

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

Color convert

RGB 19 56 132 -
CMYK 0.86 0.58 0 0.48
HSL 220.35º 0.75% 0.3% -
HSV(B) 220.35º 0.86% 0.52% -
XYZ 5.85 4.63 22.42 -
YUV 53.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 19 56 132 0.86 0.58 0 0.48 220.35 0.75 0.3
Hex 13 38 84 56 3A 0 30 DC 4B 1E
Octal 23 70 204 126 72 0 60 334 113 36
Binary 10011 111000 10000100 1010110 111010 0 110000 11011100 1001011 11110

Color Harmonies of #133884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133884

Black with #133884

Text Example


Text Example

White with #133884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133884; }

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

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

background-color css

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

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

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

border-color css

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

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

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