Html Css Color HEX #133F69 Regal Blue

📋 copy color: '#133F69'

red 19 ◦ green 63 ◦ blue 105

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

Shades of Regal Blue #133F69

Tints of Regal Blue #133F69

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 105 (41.41% from 255) = 56.15%

R = 10.16%
G = 33.69%
B = 56.15%

CMYK

 C value IS 0.82

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133F69 (or 0x133F69) is known color: Regal Blue. HEX triplet: 13, 3F and 69. RGB value is (19,63,105). Sum of RGB (Red+Green+Blue) = 19+63+105=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #133F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F69 is #ECC096. Grayscale: #363636. Windows color (decimal): -15515799 or 6897427. OLE color: 6897427.

HSL color Cylindrical-coordinate representation of color #133F69: hue angle of 209.3º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133F69 is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 63 105 -
CMYK 0.82 0.4 0 0.59
HSL 209.3º 0.69% 0.24% -
HSV(B) 209.3º 0.82% 0.41% -
XYZ 4.6 4.71 14.03 -
YUV 54.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 19 63 105 0.82 0.4 0 0.59 209.3 0.69 0.24
Hex 13 3F 69 52 28 0 3B D1 45 18
Octal 23 77 151 122 50 0 73 321 105 30
Binary 10011 111111 1101001 1010010 101000 0 111011 11010001 1000101 11000

Color Harmonies of #133F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F69

Black with #133F69

Text Example


Text Example

White with #133F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133F69; }

 p { color: rgb(19,63,105); }

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

background-color css

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

 a { background-color: rgb(19,63,105); }

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

border-color css

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

 span { border-color: rgb(19,63,105); }

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