Html Css Color HEX #134255 Astronaut Blue

📋 copy color: '#134255'

red 19 ◦ green 66 ◦ blue 85

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

Shades of Astronaut Blue #134255

Tints of Astronaut Blue #134255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

 BLUE value IS 85 (33.59% from 255) = 50%

R = 11.18%
G = 38.82%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134255 (or 0x134255) is known color: Astronaut Blue. HEX triplet: 13, 42 and 55. RGB value is (19,66,85). Sum of RGB (Red+Green+Blue) = 19+66+85=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #134255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134255 is #ECBDAA. Grayscale: #353535. Windows color (decimal): -15515051 or 5587475. OLE color: 5587475.

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

Color convert

RGB 19 66 85 -
CMYK 0.78 0.22 0 0.67
HSL 197.27º 0.63% 0.2% -
HSV(B) 197.27º 0.78% 0.33% -
XYZ 3.86 4.69 9.3 -
YUV 54.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 19 66 85 0.78 0.22 0 0.67 197.27 0.63 0.2
Hex 13 42 55 4E 16 0 43 C5 3F 14
Octal 23 102 125 116 26 0 103 305 77 24
Binary 10011 1000010 1010101 1001110 10110 0 1000011 11000101 111111 10100

Color Harmonies of #134255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134255

Black with #134255

Text Example


Text Example

White with #134255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134255; }

 p { color: rgb(19,66,85); }

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

background-color css

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

 a { background-color: rgb(19,66,85); }

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

border-color css

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

 span { border-color: rgb(19,66,85); }

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