Html Css Color HEX #133A89 Dark Cerulean

📋 copy color: '#133A89'

red 19 ◦ green 58 ◦ blue 137

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

Shades of Dark Cerulean #133A89

Tints of Dark Cerulean #133A89

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.1%

 BLUE value IS 137 (53.91% from 255) = 64.02%

R = 8.88%
G = 27.1%
B = 64.02%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#133A89 (or 0x133A89) is known color: Dark Cerulean. HEX triplet: 13, 3A and 89. RGB value is (19,58,137). Sum of RGB (Red+Green+Blue) = 19+58+137=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #133A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133A89 is #ECC576. Grayscale: #363636. Windows color (decimal): -15517047 or 8993299. OLE color: 8993299.

HSL color Cylindrical-coordinate representation of color #133A89: hue angle of 220.17º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133A89 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 58 137 -
CMYK 0.86 0.58 0 0.46
HSL 220.17º 0.76% 0.31% -
HSV(B) 220.17º 0.86% 0.54% -
XYZ 6.3 4.97 24.29 -
YUV 55.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 19 58 137 0.86 0.58 0 0.46 220.17 0.76 0.31
Hex 13 3A 89 56 3A 0 2E DC 4C 1F
Octal 23 72 211 126 72 0 56 334 114 37
Binary 10011 111010 10001001 1010110 111010 0 101110 11011100 1001100 11111

Color Harmonies of #133A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A89

Black with #133A89

Text Example


Text Example

White with #133A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A89; }

 p { color: rgb(19,58,137); }

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

background-color css

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

 a { background-color: rgb(19,58,137); }

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

border-color css

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

 span { border-color: rgb(19,58,137); }

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