Html Css Color HEX #133F67 Regal Blue

📋 copy color: '#133F67'

red 19 ◦ green 63 ◦ blue 103

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

Shades of Regal Blue #133F67

Tints of Regal Blue #133F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 55.68%

R = 10.27%
G = 34.05%
B = 55.68%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#133F67 (or 0x133F67) is known color: Regal Blue. HEX triplet: 13, 3F and 67. RGB value is (19,63,103). Sum of RGB (Red+Green+Blue) = 19+63+103=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #133F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F67 is #ECC098. Grayscale: #363636. Windows color (decimal): -15515801 or 6766355. OLE color: 6766355.

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

Color convert

RGB 19 63 103 -
CMYK 0.82 0.39 0 0.60
HSL 208.57º 0.69% 0.24% -
HSV(B) 208.57º 0.82% 0.4% -
XYZ 4.49 4.67 13.5 -
YUV 54.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 19 63 103 0.82 0.39 0 0.60 208.57 0.69 0.24
Hex 13 3F 67 52 27 0 3C D1 45 18
Octal 23 77 147 122 47 0 74 321 105 30
Binary 10011 111111 1100111 1010010 100111 0 111100 11010001 1000101 11000

Color Harmonies of #133F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F67

Black with #133F67

Text Example


Text Example

White with #133F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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