Html Css Color HEX #135068 Astronaut Blue

📋 copy color: '#135068'

red 19 ◦ green 80 ◦ blue 104

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

Shades of Astronaut Blue #135068

Tints of Astronaut Blue #135068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 9.36%
G = 39.41%
B = 51.23%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#135068 (or 0x135068) is known color: Astronaut Blue. HEX triplet: 13, 50 and 68. RGB value is (19,80,104). Sum of RGB (Red+Green+Blue) = 19+80+104=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #135068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135068 is #ECAF97. Grayscale: #404040. Windows color (decimal): -15511448 or 6836243. OLE color: 6836243.

HSL color Cylindrical-coordinate representation of color #135068: hue angle of 196.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135068 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 80 104 -
CMYK 0.82 0.23 0 0.59
HSL 196.94º 0.69% 0.24% -
HSV(B) 196.94º 0.82% 0.41% -
XYZ 5.64 6.88 14.13 -
YUV 64.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 19 80 104 0.82 0.23 0 0.59 196.94 0.69 0.24
Hex 13 50 68 52 17 0 3B C5 45 18
Octal 23 120 150 122 27 0 73 305 105 30
Binary 10011 1010000 1101000 1010010 10111 0 111011 11000101 1000101 11000

Color Harmonies of #135068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135068

Black with #135068

Text Example


Text Example

White with #135068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135068; }

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

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

background-color css

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

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

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

border-color css

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

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

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