Html Css Color HEX #133955 Regal Blue

📋 copy color: '#133955'

red 19 ◦ green 57 ◦ blue 85

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

Shades of Regal Blue #133955

Tints of Regal Blue #133955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

 BLUE value IS 85 (33.59% from 255) = 52.8%

R = 11.8%
G = 35.4%
B = 52.8%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133955 (or 0x133955) is known color: Regal Blue. HEX triplet: 13, 39 and 55. RGB value is (19,57,85). Sum of RGB (Red+Green+Blue) = 19+57+85=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #133955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133955 is #ECC6AA. Grayscale: #303030. Windows color (decimal): -15517355 or 5585171. OLE color: 5585171.

HSL color Cylindrical-coordinate representation of color #133955: hue angle of 205.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133955 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 57 85 -
CMYK 0.78 0.33 0 0.67
HSL 205.45º 0.63% 0.2% -
HSV(B) 205.45º 0.78% 0.33% -
XYZ 3.37 3.72 9.13 -
YUV 48.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 19 57 85 0.78 0.33 0 0.67 205.45 0.63 0.2
Hex 13 39 55 4E 21 0 43 CD 3F 14
Octal 23 71 125 116 41 0 103 315 77 24
Binary 10011 111001 1010101 1001110 100001 0 1000011 11001101 111111 10100

Color Harmonies of #133955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133955

Black with #133955

Text Example


Text Example

White with #133955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133955; }

 p { color: rgb(19,57,85); }

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

background-color css

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

 a { background-color: rgb(19,57,85); }

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

border-color css

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

 span { border-color: rgb(19,57,85); }

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