Html Css Color HEX #134066 Regal Blue

📋 copy color: '#134066'

red 19 ◦ green 64 ◦ blue 102

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

Shades of Regal Blue #134066

Tints of Regal Blue #134066

RGB

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

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

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

R = 10.27%
G = 34.59%
B = 55.14%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#134066 (or 0x134066) is known color: Regal Blue. HEX triplet: 13, 40 and 66. RGB value is (19,64,102). Sum of RGB (Red+Green+Blue) = 19+64+102=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #134066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134066 is #ECBF99. Grayscale: #363636. Windows color (decimal): -15515546 or 6701075. OLE color: 6701075.

HSL color Cylindrical-coordinate representation of color #134066: hue angle of 207.47º 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 #134066 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 64 102 -
CMYK 0.81 0.37 0 0.6
HSL 207.47º 0.69% 0.24% -
HSV(B) 207.47º 0.81% 0.4% -
XYZ 4.5 4.76 13.25 -
YUV 54.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 19 64 102 0.81 0.37 0 0.6 207.47 0.69 0.24
Hex 13 40 66 51 25 0 3C CF 45 18
Octal 23 100 146 121 45 0 74 317 105 30
Binary 10011 1000000 1100110 1010001 100101 0 111100 11001111 1000101 11000

Color Harmonies of #134066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134066

Black with #134066

Text Example


Text Example

White with #134066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134066; }

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

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

background-color css

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

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

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

border-color css

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

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

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