Html Css Color HEX #134262 Regal Blue

📋 copy color: '#134262'

red 19 ◦ green 66 ◦ blue 98

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

Shades of Regal Blue #134262

Tints of Regal Blue #134262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.55%

R = 10.38%
G = 36.07%
B = 53.55%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134262 (or 0x134262) is known color: Regal Blue. HEX triplet: 13, 42 and 62. RGB value is (19,66,98). Sum of RGB (Red+Green+Blue) = 19+66+98=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #134262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134262 is #ECBD9D. Grayscale: #373737. Windows color (decimal): -15515038 or 6439443. OLE color: 6439443.

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

Color convert

RGB 19 66 98 -
CMYK 0.81 0.33 0 0.62
HSL 204.3º 0.68% 0.23% -
HSV(B) 204.3º 0.81% 0.38% -
XYZ 4.42 4.92 12.27 -
YUV 55.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 19 66 98 0.81 0.33 0 0.62 204.3 0.68 0.23
Hex 13 42 62 51 21 0 3E CC 44 17
Octal 23 102 142 121 41 0 76 314 104 27
Binary 10011 1000010 1100010 1010001 100001 0 111110 11001100 1000100 10111

Color Harmonies of #134262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134262

Black with #134262

Text Example


Text Example

White with #134262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134262; }

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

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

background-color css

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

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

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

border-color css

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

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

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