Html Css Color HEX #135063 Astronaut Blue

📋 copy color: '#135063'

red 19 ◦ green 80 ◦ blue 99

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

Shades of Astronaut Blue #135063

Tints of Astronaut Blue #135063

RGB

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

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

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

R = 9.6%
G = 40.4%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#135063 (or 0x135063) is known color: Astronaut Blue. HEX triplet: 13, 50 and 63. RGB value is (19,80,99). Sum of RGB (Red+Green+Blue) = 19+80+99=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #135063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135063 is #ECAF9C. Grayscale: #3F3F3F. Windows color (decimal): -15511453 or 6508563. OLE color: 6508563.

HSL color Cylindrical-coordinate representation of color #135063: hue angle of 194.25º 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 #135063 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 80 99 -
CMYK 0.81 0.19 0 0.61
HSL 194.25º 0.68% 0.23% -
HSV(B) 194.25º 0.81% 0.39% -
XYZ 5.39 6.78 12.83 -
YUV 63.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 19 80 99 0.81 0.19 0 0.61 194.25 0.68 0.23
Hex 13 50 63 51 13 0 3D C2 44 17
Octal 23 120 143 121 23 0 75 302 104 27
Binary 10011 1010000 1100011 1010001 10011 0 111101 11000010 1000100 10111

Color Harmonies of #135063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135063

Black with #135063

Text Example


Text Example

White with #135063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135063; }

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

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

background-color css

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

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

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

border-color css

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

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

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