Html Css Color HEX #135263 Astronaut Blue

📋 copy color: '#135263'

red 19 ◦ green 82 ◦ blue 99

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

Shades of Astronaut Blue #135263

Tints of Astronaut Blue #135263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41%

 BLUE value IS 99 (39.06% from 255) = 49.5%

R = 9.5%
G = 41%
B = 49.5%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#135263 (or 0x135263) is known color: Astronaut Blue. HEX triplet: 13, 52 and 63. RGB value is (19,82,99). Sum of RGB (Red+Green+Blue) = 19+82+99=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #135263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135263 is #ECAD9C. Grayscale: #404040. Windows color (decimal): -15510941 or 6509075. OLE color: 6509075.

HSL color Cylindrical-coordinate representation of color #135263: hue angle of 192.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135263 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 82 99 -
CMYK 0.81 0.17 0 0.61
HSL 192.75º 0.68% 0.23% -
HSV(B) 192.75º 0.81% 0.39% -
XYZ 5.54 7.07 12.88 -
YUV 65.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 19 82 99 0.81 0.17 0 0.61 192.75 0.68 0.23
Hex 13 52 63 51 11 0 3D C1 44 17
Octal 23 122 143 121 21 0 75 301 104 27
Binary 10011 1010010 1100011 1010001 10001 0 111101 11000001 1000100 10111

Color Harmonies of #135263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135263

Black with #135263

Text Example


Text Example

White with #135263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135263; }

 p { color: rgb(19,82,99); }

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

background-color css

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

 a { background-color: rgb(19,82,99); }

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

border-color css

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

 span { border-color: rgb(19,82,99); }

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