Html Css Color HEX #134261 Regal Blue

📋 copy color: '#134261'

red 19 ◦ green 66 ◦ blue 97

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

Shades of Regal Blue #134261

Tints of Regal Blue #134261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 10.44%
G = 36.26%
B = 53.3%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134261 (or 0x134261) is known color: Regal Blue. HEX triplet: 13, 42 and 61. RGB value is (19,66,97). Sum of RGB (Red+Green+Blue) = 19+66+97=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #134261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134261 is #ECBD9E. Grayscale: #373737. Windows color (decimal): -15515039 or 6373907. OLE color: 6373907.

HSL color Cylindrical-coordinate representation of color #134261: hue angle of 203.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134261 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 66 97 -
CMYK 0.80 0.32 0 0.62
HSL 203.85º 0.67% 0.23% -
HSV(B) 203.85º 0.8% 0.38% -
XYZ 4.37 4.9 12.02 -
YUV 55.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 19 66 97 0.80 0.32 0 0.62 203.85 0.67 0.23
Hex 13 42 61 50 20 0 3E CC 43 17
Octal 23 102 141 120 40 0 76 314 103 27
Binary 10011 1000010 1100001 1010000 100000 0 111110 11001100 1000011 10111

Color Harmonies of #134261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134261

Black with #134261

Text Example


Text Example

White with #134261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134261; }

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

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

background-color css

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

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

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

border-color css

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

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

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