Html Css Color HEX #135266 Astronaut Blue

📋 copy color: '#135266'

red 19 ◦ green 82 ◦ blue 102

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

Shades of Astronaut Blue #135266

Tints of Astronaut Blue #135266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 9.36%
G = 40.39%
B = 50.25%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#135266 (or 0x135266) is known color: Astronaut Blue. HEX triplet: 13, 52 and 66. RGB value is (19,82,102). Sum of RGB (Red+Green+Blue) = 19+82+102=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #135266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135266 is #ECAD99. Grayscale: #414141. Windows color (decimal): -15510938 or 6705683. OLE color: 6705683.

HSL color Cylindrical-coordinate representation of color #135266: hue angle of 194.46º degrees, saturation: 0.69, 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 #135266 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 82 102 -
CMYK 0.81 0.20 0 0.6
HSL 194.46º 0.69% 0.24% -
HSV(B) 194.46º 0.81% 0.4% -
XYZ 5.68 7.13 13.65 -
YUV 65.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 19 82 102 0.81 0.20 0 0.6 194.46 0.69 0.24
Hex 13 52 66 51 14 0 3C C2 45 18
Octal 23 122 146 121 24 0 74 302 105 30
Binary 10011 1010010 1100110 1010001 10100 0 111100 11000010 1000101 11000

Color Harmonies of #135266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135266

Black with #135266

Text Example


Text Example

White with #135266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135266; }

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

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

background-color css

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

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

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

border-color css

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

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

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