Html Css Color HEX #134166 Regal Blue

📋 copy color: '#134166'

red 19 ◦ green 65 ◦ blue 102

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

Shades of Regal Blue #134166

Tints of Regal Blue #134166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 54.84%

R = 10.22%
G = 34.95%
B = 54.84%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#134166 (or 0x134166) is known color: Regal Blue. HEX triplet: 13, 41 and 66. RGB value is (19,65,102). Sum of RGB (Red+Green+Blue) = 19+65+102=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #134166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134166 is #ECBE99. Grayscale: #373737. Windows color (decimal): -15515290 or 6701331. OLE color: 6701331.

HSL color Cylindrical-coordinate representation of color #134166: hue angle of 206.75º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134166 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 65 102 -
CMYK 0.81 0.36 0 0.6
HSL 206.75º 0.69% 0.24% -
HSV(B) 206.75º 0.81% 0.4% -
XYZ 4.56 4.88 13.27 -
YUV 55.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 19 65 102 0.81 0.36 0 0.6 206.75 0.69 0.24
Hex 13 41 66 51 24 0 3C CF 45 18
Octal 23 101 146 121 44 0 74 317 105 30
Binary 10011 1000001 1100110 1010001 100100 0 111100 11001111 1000101 11000

Color Harmonies of #134166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134166

Black with #134166

Text Example


Text Example

White with #134166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134166; }

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

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

background-color css

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

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

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

border-color css

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

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

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