#134265

Color #134265 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #134265

Tints of Regal Blue #134265

Color information

#134265 (or 0x134265) is unknown color: approx Regal Blue. HEX triplet: 13, 42 and 65. RGB value is (19,66,101). Sum of RGB (Red+Green+Blue) = 19+66+101=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #134265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134265 is #ECBD9A. Grayscale: #373737. Windows color (decimal): -15515035 or 6636051. OLE color: 6636051.

HSL color Cylindrical-coordinate representation of color #134265: hue angle of 205.61º degrees, saturation: 0.68, 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 #134265 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1966101-
CMYK0.810.3500.60
HSL205.61º68.33%23.53%-
HSV(B)205.61º81.19%39.61%-
XYZ4.574.9713.03-
YUV55.94153.43101.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 101 (39.84% from 255) = 54.30%
R=10.22%
G=35.48%
B=54.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19661010.810.3500.60205.6168.3323.53
Hex134265512303Cce4418
Octal231021451214307431610430
Binary10011100001011001011010001100011011110011001110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134265; }

 p { color: rgb(19,66,101); }

 H1.HeaderClassName
 {
   color: #134265;
 }
 .AnyTagClassName
 {
   color: #134265;
 }
</style>
background-color css

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

 a { background-color: rgb(19,66,101); }

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

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

 span { border-color: rgb(19,66,101); }

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