Html Css Color HEX #133681 Dark Cerulean

📋 copy color: '#133681'

red 19 ◦ green 54 ◦ blue 129

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

Shades of Dark Cerulean #133681

Tints of Dark Cerulean #133681

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.73%

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

R = 9.41%
G = 26.73%
B = 63.86%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#133681 (or 0x133681) is known color: Dark Cerulean. HEX triplet: 13, 36 and 81. RGB value is (19,54,129). Sum of RGB (Red+Green+Blue) = 19+54+129=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #133681 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133681 is #ECC97E. Grayscale: #333333. Windows color (decimal): -15518079 or 8467987. OLE color: 8467987.

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

Color convert

RGB 19 54 129 -
CMYK 0.85 0.58 0 0.49
HSL 220.91º 0.74% 0.29% -
HSV(B) 220.91º 0.85% 0.51% -
XYZ 5.55 4.36 21.32 -
YUV 52.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 19 54 129 0.85 0.58 0 0.49 220.91 0.74 0.29
Hex 13 36 81 55 3A 0 31 DD 4A 1D
Octal 23 66 201 125 72 0 61 335 112 35
Binary 10011 110110 10000001 1010101 111010 0 110001 11011101 1001010 11101

Color Harmonies of #133681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133681

Black with #133681

Text Example


Text Example

White with #133681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133681; }

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

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

background-color css

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

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

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

border-color css

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

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

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