Html Css Color HEX #134058 Astronaut Blue

📋 copy color: '#134058'

red 19 ◦ green 64 ◦ blue 88

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

Shades of Astronaut Blue #134058

Tints of Astronaut Blue #134058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

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

R = 11.11%
G = 37.43%
B = 51.46%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134058 (or 0x134058) is known color: Astronaut Blue. HEX triplet: 13, 40 and 58. RGB value is (19,64,88). Sum of RGB (Red+Green+Blue) = 19+64+88=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #134058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134058 is #ECBFA7. Grayscale: #353535. Windows color (decimal): -15515560 or 5783571. OLE color: 5783571.

HSL color Cylindrical-coordinate representation of color #134058: hue angle of 200.87º 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 #134058 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 64 88 -
CMYK 0.78 0.27 0 0.65
HSL 200.87º 0.64% 0.21% -
HSV(B) 200.87º 0.78% 0.35% -
XYZ 3.86 4.51 9.9 -
YUV 53.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 19 64 88 0.78 0.27 0 0.65 200.87 0.64 0.21
Hex 13 40 58 4E 1B 0 41 C9 40 15
Octal 23 100 130 116 33 0 101 311 100 25
Binary 10011 1000000 1011000 1001110 11011 0 1000001 11001001 1000000 10101

Color Harmonies of #134058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134058

Black with #134058

Text Example


Text Example

White with #134058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134058; }

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

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

background-color css

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

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

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

border-color css

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

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

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