Html Css Color HEX #134369 Regal Blue

📋 copy color: '#134369'

red 19 ◦ green 67 ◦ blue 105

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

Shades of Regal Blue #134369

Tints of Regal Blue #134369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

 BLUE value IS 105 (41.41% from 255) = 54.97%

R = 9.95%
G = 35.08%
B = 54.97%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#134369 (or 0x134369) is known color: Regal Blue. HEX triplet: 13, 43 and 69. RGB value is (19,67,105). Sum of RGB (Red+Green+Blue) = 19+67+105=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #134369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134369 is #ECBC96. Grayscale: #383838. Windows color (decimal): -15514775 or 6898451. OLE color: 6898451.

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

Color convert

RGB 19 67 105 -
CMYK 0.82 0.36 0 0.59
HSL 206.51º 0.69% 0.24% -
HSV(B) 206.51º 0.82% 0.41% -
XYZ 4.83 5.17 14.11 -
YUV 56.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 19 67 105 0.82 0.36 0 0.59 206.51 0.69 0.24
Hex 13 43 69 52 24 0 3B CF 45 18
Octal 23 103 151 122 44 0 73 317 105 30
Binary 10011 1000011 1101001 1010010 100100 0 111011 11001111 1000101 11000

Color Harmonies of #134369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134369

Black with #134369

Text Example


Text Example

White with #134369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134369; }

 p { color: rgb(19,67,105); }

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

background-color css

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

 a { background-color: rgb(19,67,105); }

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

border-color css

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

 span { border-color: rgb(19,67,105); }

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