Html Css Color HEX #133381 Dark Cerulean

📋 copy color: '#133381'

red 19 ◦ green 51 ◦ blue 129

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

Shades of Dark Cerulean #133381

Tints of Dark Cerulean #133381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

 BLUE value IS 129 (50.78% from 255) = 64.82%

R = 9.55%
G = 25.63%
B = 64.82%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#133381 (or 0x133381) is known color: Dark Cerulean. HEX triplet: 13, 33 and 81. RGB value is (19,51,129). Sum of RGB (Red+Green+Blue) = 19+51+129=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #133381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133381 is #ECCC7E. Grayscale: #313131. Windows color (decimal): -15518847 or 8467219. OLE color: 8467219.

HSL color Cylindrical-coordinate representation of color #133381: hue angle of 222.55º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133381 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 51 129 -
CMYK 0.85 0.60 0 0.49
HSL 222.55º 0.74% 0.29% -
HSV(B) 222.55º 0.85% 0.51% -
XYZ 5.41 4.09 21.27 -
YUV 50.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 19 51 129 0.85 0.60 0 0.49 222.55 0.74 0.29
Hex 13 33 81 55 3C 0 31 DF 4A 1D
Octal 23 63 201 125 74 0 61 337 112 35
Binary 10011 110011 10000001 1010101 111100 0 110001 11011111 1001010 11101

Color Harmonies of #133381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133381

Black with #133381

Text Example


Text Example

White with #133381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133381; }

 p { color: rgb(19,51,129); }

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

background-color css

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

 a { background-color: rgb(19,51,129); }

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

border-color css

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

 span { border-color: rgb(19,51,129); }

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