Html Css Color HEX #135060 Astronaut Blue

📋 copy color: '#135060'

red 19 ◦ green 80 ◦ blue 96

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

Shades of Astronaut Blue #135060

Tints of Astronaut Blue #135060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

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

R = 9.74%
G = 41.03%
B = 49.23%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135060 (or 0x135060) is known color: Astronaut Blue. HEX triplet: 13, 50 and 60. RGB value is (19,80,96). Sum of RGB (Red+Green+Blue) = 19+80+96=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #135060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135060 is #ECAF9F. Grayscale: #3F3F3F. Windows color (decimal): -15511456 or 6311955. OLE color: 6311955.

HSL color Cylindrical-coordinate representation of color #135060: hue angle of 192.47º 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 #135060 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 80 96 -
CMYK 0.80 0.17 0 0.62
HSL 192.47º 0.67% 0.23% -
HSV(B) 192.47º 0.8% 0.38% -
XYZ 5.25 6.72 12.09 -
YUV 63.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 19 80 96 0.80 0.17 0 0.62 192.47 0.67 0.23
Hex 13 50 60 50 11 0 3E C0 43 17
Octal 23 120 140 120 21 0 76 300 103 27
Binary 10011 1010000 1100000 1010000 10001 0 111110 11000000 1000011 10111

Color Harmonies of #135060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135060

Black with #135060

Text Example


Text Example

White with #135060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135060; }

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

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

background-color css

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

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

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

border-color css

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

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

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