Html Css Color HEX #134C5F Astronaut Blue

📋 copy color: '#134C5F'

red 19 ◦ green 76 ◦ blue 95

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

Shades of Astronaut Blue #134C5F

Tints of Astronaut Blue #134C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40%

 BLUE value IS 95 (37.5% from 255) = 50%

R = 10%
G = 40%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#134C5F (or 0x134C5F) is known color: Astronaut Blue. HEX triplet: 13, 4C and 5F. RGB value is (19,76,95). Sum of RGB (Red+Green+Blue) = 19+76+95=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #134C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C5F is #ECB3A0. Grayscale: #3C3C3C. Windows color (decimal): -15512481 or 6245395. OLE color: 6245395.

HSL color Cylindrical-coordinate representation of color #134C5F: hue angle of 195º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134C5F is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 76 95 -
CMYK 0.80 0.20 0 0.63
HSL 195º 0.67% 0.22% -
HSV(B) 195º 0.8% 0.37% -
XYZ 4.92 6.13 11.75 -
YUV 61.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 19 76 95 0.80 0.20 0 0.63 195 0.67 0.22
Hex 13 4C 5F 50 14 0 3F C3 43 16
Octal 23 114 137 120 24 0 77 303 103 26
Binary 10011 1001100 1011111 1010000 10100 0 111111 11000011 1000011 10110

Color Harmonies of #134C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C5F

Black with #134C5F

Text Example


Text Example

White with #134C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134C5F; }

 p { color: rgb(19,76,95); }

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

background-color css

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

 a { background-color: rgb(19,76,95); }

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

border-color css

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

 span { border-color: rgb(19,76,95); }

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