Html Css Color HEX #134263 Regal Blue

📋 copy color: '#134263'

red 19 ◦ green 66 ◦ blue 99

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

Shades of Regal Blue #134263

Tints of Regal Blue #134263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 99 (39.06% from 255) = 53.8%

R = 10.33%
G = 35.87%
B = 53.8%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#134263 (or 0x134263) is known color: Regal Blue. HEX triplet: 13, 42 and 63. RGB value is (19,66,99). Sum of RGB (Red+Green+Blue) = 19+66+99=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #134263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134263 is #ECBD9C. Grayscale: #373737. Windows color (decimal): -15515037 or 6504979. OLE color: 6504979.

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

Color convert

RGB 19 66 99 -
CMYK 0.81 0.33 0 0.61
HSL 204.75º 0.68% 0.23% -
HSV(B) 204.75º 0.81% 0.39% -
XYZ 4.47 4.94 12.52 -
YUV 55.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 19 66 99 0.81 0.33 0 0.61 204.75 0.68 0.23
Hex 13 42 63 51 21 0 3D CD 44 17
Octal 23 102 143 121 41 0 75 315 104 27
Binary 10011 1000010 1100011 1010001 100001 0 111101 11001101 1000100 10111

Color Harmonies of #134263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134263

Black with #134263

Text Example


Text Example

White with #134263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134263; }

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

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

background-color css

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

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

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

border-color css

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

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

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