Html Css Color HEX #134C60 Astronaut Blue

📋 copy color: '#134C60'

red 19 ◦ green 76 ◦ blue 96

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

Shades of Astronaut Blue #134C60

Tints of Astronaut Blue #134C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 50.26%

R = 9.95%
G = 39.79%
B = 50.26%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134C60 (or 0x134C60) is known color: Astronaut Blue. HEX triplet: 13, 4C and 60. RGB value is (19,76,96). Sum of RGB (Red+Green+Blue) = 19+76+96=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #134C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C60 is #ECB39F. Grayscale: #3D3D3D. Windows color (decimal): -15512480 or 6310931. OLE color: 6310931.

HSL color Cylindrical-coordinate representation of color #134C60: hue angle of 195.58º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134C60 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 76 96 -
CMYK 0.80 0.21 0 0.62
HSL 195.58º 0.67% 0.23% -
HSV(B) 195.58º 0.8% 0.38% -
XYZ 4.96 6.15 11.99 -
YUV 61.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 19 76 96 0.80 0.21 0 0.62 195.58 0.67 0.23
Hex 13 4C 60 50 15 0 3E C4 43 17
Octal 23 114 140 120 25 0 76 304 103 27
Binary 10011 1001100 1100000 1010000 10101 0 111110 11000100 1000011 10111

Color Harmonies of #134C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C60

Black with #134C60

Text Example


Text Example

White with #134C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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