Html Css Color HEX #134469 Regal Blue

📋 copy color: '#134469'

red 19 ◦ green 68 ◦ blue 105

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

Shades of Regal Blue #134469

Tints of Regal Blue #134469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

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

R = 9.9%
G = 35.42%
B = 54.69%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#134469 (or 0x134469) is known color: Regal Blue. HEX triplet: 13, 44 and 69. RGB value is (19,68,105). Sum of RGB (Red+Green+Blue) = 19+68+105=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #134469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134469 is #ECBB96. Grayscale: #393939. Windows color (decimal): -15514519 or 6898707. OLE color: 6898707.

HSL color Cylindrical-coordinate representation of color #134469: hue angle of 205.81º 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 #134469 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 68 105 -
CMYK 0.82 0.35 0 0.59
HSL 205.81º 0.69% 0.24% -
HSV(B) 205.81º 0.82% 0.41% -
XYZ 4.89 5.29 14.13 -
YUV 57.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 19 68 105 0.82 0.35 0 0.59 205.81 0.69 0.24
Hex 13 44 69 52 23 0 3B CE 45 18
Octal 23 104 151 122 43 0 73 316 105 30
Binary 10011 1000100 1101001 1010010 100011 0 111011 11001110 1000101 11000

Color Harmonies of #134469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134469

Black with #134469

Text Example


Text Example

White with #134469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134469; }

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

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

background-color css

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

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

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

border-color css

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

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

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