Html Css Color HEX #133958 Regal Blue

📋 copy color: '#133958'

red 19 ◦ green 57 ◦ blue 88

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

Shades of Regal Blue #133958

Tints of Regal Blue #133958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 53.66%

R = 11.59%
G = 34.76%
B = 53.66%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#133958 (or 0x133958) is known color: Regal Blue. HEX triplet: 13, 39 and 58. RGB value is (19,57,88). Sum of RGB (Red+Green+Blue) = 19+57+88=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #133958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133958 is #ECC6A7. Grayscale: #313131. Windows color (decimal): -15517352 or 5781779. OLE color: 5781779.

HSL color Cylindrical-coordinate representation of color #133958: hue angle of 206.96º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133958 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 57 88 -
CMYK 0.78 0.35 0 0.65
HSL 206.96º 0.64% 0.21% -
HSV(B) 206.96º 0.78% 0.35% -
XYZ 3.49 3.77 9.78 -
YUV 49.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 19 57 88 0.78 0.35 0 0.65 206.96 0.64 0.21
Hex 13 39 58 4E 23 0 41 CF 40 15
Octal 23 71 130 116 43 0 101 317 100 25
Binary 10011 111001 1011000 1001110 100011 0 1000001 11001111 1000000 10101

Color Harmonies of #133958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133958

Black with #133958

Text Example


Text Example

White with #133958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133958; }

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

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

background-color css

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

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

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

border-color css

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

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

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