Html Css Color HEX #134857 Astronaut Blue

📋 copy color: '#134857'

red 19 ◦ green 72 ◦ blue 87

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

Shades of Astronaut Blue #134857

Tints of Astronaut Blue #134857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.45%

 BLUE value IS 87 (34.38% from 255) = 48.88%

R = 10.67%
G = 40.45%
B = 48.88%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134857 (or 0x134857) is known color: Astronaut Blue. HEX triplet: 13, 48 and 57. RGB value is (19,72,87). Sum of RGB (Red+Green+Blue) = 19+72+87=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #134857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134857 is #ECB7A8. Grayscale: #393939. Windows color (decimal): -15513513 or 5720083. OLE color: 5720083.

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

Color convert

RGB 19 72 87 -
CMYK 0.78 0.17 0 0.66
HSL 193.24º 0.64% 0.21% -
HSV(B) 193.24º 0.78% 0.34% -
XYZ 4.31 5.46 9.84 -
YUV 57.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 19 72 87 0.78 0.17 0 0.66 193.24 0.64 0.21
Hex 13 48 57 4E 11 0 42 C1 40 15
Octal 23 110 127 116 21 0 102 301 100 25
Binary 10011 1001000 1010111 1001110 10001 0 1000010 11000001 1000000 10101

Color Harmonies of #134857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134857

Black with #134857

Text Example


Text Example

White with #134857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134857; }

 p { color: rgb(19,72,87); }

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

background-color css

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

 a { background-color: rgb(19,72,87); }

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

border-color css

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

 span { border-color: rgb(19,72,87); }

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