Html Css Color HEX #134167 Regal Blue

📋 copy color: '#134167'

red 19 ◦ green 65 ◦ blue 103

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

Shades of Regal Blue #134167

Tints of Regal Blue #134167

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

 BLUE value IS 103 (40.63% from 255) = 55.08%

R = 10.16%
G = 34.76%
B = 55.08%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#134167 (or 0x134167) is known color: Regal Blue. HEX triplet: 13, 41 and 67. RGB value is (19,65,103). Sum of RGB (Red+Green+Blue) = 19+65+103=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #134167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134167 is #ECBE98. Grayscale: #373737. Windows color (decimal): -15515289 or 6766867. OLE color: 6766867.

HSL color Cylindrical-coordinate representation of color #134167: hue angle of 207.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134167 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 65 103 -
CMYK 0.82 0.37 0 0.60
HSL 207.14º 0.69% 0.24% -
HSV(B) 207.14º 0.82% 0.4% -
XYZ 4.61 4.9 13.53 -
YUV 55.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 19 65 103 0.82 0.37 0 0.60 207.14 0.69 0.24
Hex 13 41 67 52 25 0 3C CF 45 18
Octal 23 101 147 122 45 0 74 317 105 30
Binary 10011 1000001 1100111 1010010 100101 0 111100 11001111 1000101 11000

Color Harmonies of #134167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134167

Black with #134167

Text Example


Text Example

White with #134167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134167; }

 p { color: rgb(19,65,103); }

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

background-color css

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

 a { background-color: rgb(19,65,103); }

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

border-color css

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

 span { border-color: rgb(19,65,103); }

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