Html Css Color HEX #134554 Astronaut Blue

📋 copy color: '#134554'

red 19 ◦ green 69 ◦ blue 84

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

Shades of Astronaut Blue #134554

Tints of Astronaut Blue #134554

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.12%

 BLUE value IS 84 (33.2% from 255) = 48.84%

R = 11.05%
G = 40.12%
B = 48.84%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134554 (or 0x134554) is known color: Astronaut Blue. HEX triplet: 13, 45 and 54. RGB value is (19,69,84). Sum of RGB (Red+Green+Blue) = 19+69+84=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #134554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134554 is #ECBAAB. Grayscale: #373737. Windows color (decimal): -15514284 or 5522707. OLE color: 5522707.

HSL color Cylindrical-coordinate representation of color #134554: hue angle of 193.85º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134554 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 69 84 -
CMYK 0.77 0.18 0 0.67
HSL 193.85º 0.63% 0.2% -
HSV(B) 193.85º 0.77% 0.33% -
XYZ 4 5.03 9.15 -
YUV 55.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 19 69 84 0.77 0.18 0 0.67 193.85 0.63 0.2
Hex 13 45 54 4D 12 0 43 C2 3F 14
Octal 23 105 124 115 22 0 103 302 77 24
Binary 10011 1000101 1010100 1001101 10010 0 1000011 11000010 111111 10100

Color Harmonies of #134554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134554

Black with #134554

Text Example


Text Example

White with #134554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134554; }

 p { color: rgb(19,69,84); }

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

background-color css

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

 a { background-color: rgb(19,69,84); }

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

border-color css

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

 span { border-color: rgb(19,69,84); }

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