Html Css Color HEX #135066 Astronaut Blue

📋 copy color: '#135066'

red 19 ◦ green 80 ◦ blue 102

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

Shades of Astronaut Blue #135066

Tints of Astronaut Blue #135066

RGB

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

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

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

R = 9.45%
G = 39.8%
B = 50.75%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#135066 (or 0x135066) is known color: Astronaut Blue. HEX triplet: 13, 50 and 66. RGB value is (19,80,102). Sum of RGB (Red+Green+Blue) = 19+80+102=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #135066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135066 is #ECAF99. Grayscale: #404040. Windows color (decimal): -15511450 or 6705171. OLE color: 6705171.

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

Color convert

RGB 19 80 102 -
CMYK 0.81 0.22 0 0.6
HSL 195.9º 0.69% 0.24% -
HSV(B) 195.9º 0.81% 0.4% -
XYZ 5.54 6.84 13.6 -
YUV 64.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 19 80 102 0.81 0.22 0 0.6 195.9 0.69 0.24
Hex 13 50 66 51 16 0 3C C4 45 18
Octal 23 120 146 121 26 0 74 304 105 30
Binary 10011 1010000 1100110 1010001 10110 0 111100 11000100 1000101 11000

Color Harmonies of #135066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135066

Black with #135066

Text Example


Text Example

White with #135066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135066; }

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

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

background-color css

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

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

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

border-color css

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

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

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