Html Css Color HEX #134161 Regal Blue

📋 copy color: '#134161'

red 19 ◦ green 65 ◦ blue 97

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

Shades of Regal Blue #134161

Tints of Regal Blue #134161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

 BLUE value IS 97 (38.28% from 255) = 53.59%

R = 10.5%
G = 35.91%
B = 53.59%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134161 (or 0x134161) is known color: Regal Blue. HEX triplet: 13, 41 and 61. RGB value is (19,65,97). Sum of RGB (Red+Green+Blue) = 19+65+97=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #134161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134161 is #ECBE9E. Grayscale: #363636. Windows color (decimal): -15515295 or 6373651. OLE color: 6373651.

HSL color Cylindrical-coordinate representation of color #134161: hue angle of 204.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134161 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 65 97 -
CMYK 0.80 0.33 0 0.62
HSL 204.62º 0.67% 0.23% -
HSV(B) 204.62º 0.8% 0.38% -
XYZ 4.32 4.78 12 -
YUV 54.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 19 65 97 0.80 0.33 0 0.62 204.62 0.67 0.23
Hex 13 41 61 50 21 0 3E CD 43 17
Octal 23 101 141 120 41 0 76 315 103 27
Binary 10011 1000001 1100001 1010000 100001 0 111110 11001101 1000011 10111

Color Harmonies of #134161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134161

Black with #134161

Text Example


Text Example

White with #134161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134161; }

 p { color: rgb(19,65,97); }

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

background-color css

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

 a { background-color: rgb(19,65,97); }

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

border-color css

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

 span { border-color: rgb(19,65,97); }

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