Html Css Color HEX #134958 Astronaut Blue

📋 copy color: '#134958'

red 19 ◦ green 73 ◦ blue 88

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

Shades of Astronaut Blue #134958

Tints of Astronaut Blue #134958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.56%

 BLUE value IS 88 (34.77% from 255) = 48.89%

R = 10.56%
G = 40.56%
B = 48.89%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134958 (or 0x134958) is known color: Astronaut Blue. HEX triplet: 13, 49 and 58. RGB value is (19,73,88). Sum of RGB (Red+Green+Blue) = 19+73+88=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #134958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134958 is #ECB6A7. Grayscale: #3A3A3A. Windows color (decimal): -15513256 or 5785875. OLE color: 5785875.

HSL color Cylindrical-coordinate representation of color #134958: hue angle of 193.04º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134958 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 73 88 -
CMYK 0.78 0.17 0 0.65
HSL 193.04º 0.64% 0.21% -
HSV(B) 193.04º 0.78% 0.35% -
XYZ 4.41 5.61 10.08 -
YUV 58.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 19 73 88 0.78 0.17 0 0.65 193.04 0.64 0.21
Hex 13 49 58 4E 11 0 41 C1 40 15
Octal 23 111 130 116 21 0 101 301 100 25
Binary 10011 1001001 1011000 1001110 10001 0 1000001 11000001 1000000 10101

Color Harmonies of #134958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134958

Black with #134958

Text Example


Text Example

White with #134958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134958; }

 p { color: rgb(19,73,88); }

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

background-color css

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

 a { background-color: rgb(19,73,88); }

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

border-color css

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

 span { border-color: rgb(19,73,88); }

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