Html Css Color HEX #133F64 Regal Blue

📋 copy color: '#133F64'

red 19 ◦ green 63 ◦ blue 100

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

Shades of Regal Blue #133F64

Tints of Regal Blue #133F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 54.95%

R = 10.44%
G = 34.62%
B = 54.95%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#133F64 (or 0x133F64) is known color: Regal Blue. HEX triplet: 13, 3F and 64. RGB value is (19,63,100). Sum of RGB (Red+Green+Blue) = 19+63+100=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #133F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F64 is #ECC09B. Grayscale: #353535. Windows color (decimal): -15515804 or 6569747. OLE color: 6569747.

HSL color Cylindrical-coordinate representation of color #133F64: hue angle of 207.41º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133F64 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 63 100 -
CMYK 0.81 0.37 0 0.61
HSL 207.41º 0.68% 0.23% -
HSV(B) 207.41º 0.81% 0.39% -
XYZ 4.35 4.61 12.72 -
YUV 54.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 19 63 100 0.81 0.37 0 0.61 207.41 0.68 0.23
Hex 13 3F 64 51 25 0 3D CF 44 17
Octal 23 77 144 121 45 0 75 317 104 27
Binary 10011 111111 1100100 1010001 100101 0 111101 11001111 1000100 10111

Color Harmonies of #133F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F64

Black with #133F64

Text Example


Text Example

White with #133F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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