Html Css Color HEX #134162 Regal Blue

📋 copy color: '#134162'

red 19 ◦ green 65 ◦ blue 98

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

Shades of Regal Blue #134162

Tints of Regal Blue #134162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.85%

R = 10.44%
G = 35.71%
B = 53.85%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134162 (or 0x134162) is known color: Regal Blue. HEX triplet: 13, 41 and 62. RGB value is (19,65,98). Sum of RGB (Red+Green+Blue) = 19+65+98=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #134162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134162 is #ECBE9D. Grayscale: #363636. Windows color (decimal): -15515294 or 6439187. OLE color: 6439187.

HSL color Cylindrical-coordinate representation of color #134162: hue angle of 205.06º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134162 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 65 98 -
CMYK 0.81 0.34 0 0.62
HSL 205.06º 0.68% 0.23% -
HSV(B) 205.06º 0.81% 0.38% -
XYZ 4.36 4.8 12.25 -
YUV 55.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 19 65 98 0.81 0.34 0 0.62 205.06 0.68 0.23
Hex 13 41 62 51 22 0 3E CD 44 17
Octal 23 101 142 121 42 0 76 315 104 27
Binary 10011 1000001 1100010 1010001 100010 0 111110 11001101 1000100 10111

Color Harmonies of #134162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134162

Black with #134162

Text Example


Text Example

White with #134162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134162; }

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

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

background-color css

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

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

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

border-color css

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

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

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