Html Css Color HEX #134060 Regal Blue

📋 copy color: '#134060'

red 19 ◦ green 64 ◦ blue 96

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

Shades of Regal Blue #134060

Tints of Regal Blue #134060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.75%

 BLUE value IS 96 (37.89% from 255) = 53.63%

R = 10.61%
G = 35.75%
B = 53.63%

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

#134060 (or 0x134060) is known color: Regal Blue. HEX triplet: 13, 40 and 60. RGB value is (19,64,96). Sum of RGB (Red+Green+Blue) = 19+64+96=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #134060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134060 is #ECBF9F. Grayscale: #363636. Windows color (decimal): -15515552 or 6307859. OLE color: 6307859.

HSL color Cylindrical-coordinate representation of color #134060: hue angle of 204.94º 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 #134060 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 64 96 -
CMYK 0.80 0.33 0 0.62
HSL 204.94º 0.67% 0.23% -
HSV(B) 204.94º 0.8% 0.38% -
XYZ 4.21 4.65 11.74 -
YUV 54.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 19 64 96 0.80 0.33 0 0.62 204.94 0.67 0.23
Hex 13 40 60 50 21 0 3E CD 43 17
Octal 23 100 140 120 41 0 76 315 103 27
Binary 10011 1000000 1100000 1010000 100001 0 111110 11001101 1000011 10111

Color Harmonies of #134060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134060

Black with #134060

Text Example


Text Example

White with #134060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134060; }

 p { color: rgb(19,64,96); }

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

background-color css

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

 a { background-color: rgb(19,64,96); }

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

border-color css

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

 span { border-color: rgb(19,64,96); }

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