Html Css Color HEX #135265 Astronaut Blue

📋 copy color: '#135265'

red 19 ◦ green 82 ◦ blue 101

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

Shades of Astronaut Blue #135265

Tints of Astronaut Blue #135265

RGB

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

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

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

R = 9.41%
G = 40.59%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#135265 (or 0x135265) is known color: Astronaut Blue. HEX triplet: 13, 52 and 65. RGB value is (19,82,101). Sum of RGB (Red+Green+Blue) = 19+82+101=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #135265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135265 is #ECAD9A. Grayscale: #414141. Windows color (decimal): -15510939 or 6640147. OLE color: 6640147.

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

Color convert

RGB 19 82 101 -
CMYK 0.81 0.19 0 0.60
HSL 193.9º 0.68% 0.24% -
HSV(B) 193.9º 0.81% 0.4% -
XYZ 5.63 7.11 13.39 -
YUV 65.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 19 82 101 0.81 0.19 0 0.60 193.9 0.68 0.24
Hex 13 52 65 51 13 0 3C C2 44 18
Octal 23 122 145 121 23 0 74 302 104 30
Binary 10011 1010010 1100101 1010001 10011 0 111100 11000010 1000100 11000

Color Harmonies of #135265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135265

Black with #135265

Text Example


Text Example

White with #135265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135265; }

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

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

background-color css

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

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

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

border-color css

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

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

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