Html Css Color HEX #135065 Astronaut Blue

📋 copy color: '#135065'

red 19 ◦ green 80 ◦ blue 101

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

Shades of Astronaut Blue #135065

Tints of Astronaut Blue #135065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50.5%

R = 9.5%
G = 40%
B = 50.5%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#135065 (or 0x135065) is known color: Astronaut Blue. HEX triplet: 13, 50 and 65. RGB value is (19,80,101). Sum of RGB (Red+Green+Blue) = 19+80+101=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #135065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135065 is #ECAF9A. Grayscale: #404040. Windows color (decimal): -15511451 or 6639635. OLE color: 6639635.

HSL color Cylindrical-coordinate representation of color #135065: hue angle of 195.37º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135065 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 80 101 -
CMYK 0.81 0.21 0 0.60
HSL 195.37º 0.68% 0.24% -
HSV(B) 195.37º 0.81% 0.4% -
XYZ 5.49 6.82 13.34 -
YUV 64.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 19 80 101 0.81 0.21 0 0.60 195.37 0.68 0.24
Hex 13 50 65 51 15 0 3C C3 44 18
Octal 23 120 145 121 25 0 74 303 104 30
Binary 10011 1010000 1100101 1010001 10101 0 111100 11000011 1000100 11000

Color Harmonies of #135065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135065

Black with #135065

Text Example


Text Example

White with #135065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135065; }

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

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

background-color css

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

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

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

border-color css

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

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

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