Html Css Color HEX #133481 Dark Cerulean

📋 copy color: '#133481'

red 19 ◦ green 52 ◦ blue 129

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

Shades of Dark Cerulean #133481

Tints of Dark Cerulean #133481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

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

R = 9.5%
G = 26%
B = 64.5%

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

#133481 (or 0x133481) is known color: Dark Cerulean. HEX triplet: 13, 34 and 81. RGB value is (19,52,129). Sum of RGB (Red+Green+Blue) = 19+52+129=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #133481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133481 is #ECCB7E. Grayscale: #323232. Windows color (decimal): -15518591 or 8467475. OLE color: 8467475.

HSL color Cylindrical-coordinate representation of color #133481: hue angle of 222º 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 #133481 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 52 129 -
CMYK 0.85 0.60 0 0.49
HSL 222º 0.74% 0.29% -
HSV(B) 222º 0.85% 0.51% -
XYZ 5.46 4.18 21.29 -
YUV 50.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 19 52 129 0.85 0.60 0 0.49 222 0.74 0.29
Hex 13 34 81 55 3C 0 31 DE 4A 1D
Octal 23 64 201 125 74 0 61 336 112 35
Binary 10011 110100 10000001 1010101 111100 0 110001 11011110 1001010 11101

Color Harmonies of #133481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133481

Black with #133481

Text Example


Text Example

White with #133481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133481; }

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

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

background-color css

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

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

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

border-color css

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

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

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