Html Css Color HEX #135167 Astronaut Blue

📋 copy color: '#135167'

red 19 ◦ green 81 ◦ blue 103

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

Shades of Astronaut Blue #135167

Tints of Astronaut Blue #135167

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.9%

 BLUE value IS 103 (40.63% from 255) = 50.74%

R = 9.36%
G = 39.9%
B = 50.74%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#135167 (or 0x135167) is known color: Astronaut Blue. HEX triplet: 13, 51 and 67. RGB value is (19,81,103). Sum of RGB (Red+Green+Blue) = 19+81+103=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #135167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135167 is #ECAE98. Grayscale: #404040. Windows color (decimal): -15511193 or 6770963. OLE color: 6770963.

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

Color convert

RGB 19 81 103 -
CMYK 0.82 0.21 0 0.60
HSL 195.71º 0.69% 0.24% -
HSV(B) 195.71º 0.82% 0.4% -
XYZ 5.66 7 13.89 -
YUV 64.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 19 81 103 0.82 0.21 0 0.60 195.71 0.69 0.24
Hex 13 51 67 52 15 0 3C C4 45 18
Octal 23 121 147 122 25 0 74 304 105 30
Binary 10011 1010001 1100111 1010010 10101 0 111100 11000100 1000101 11000

Color Harmonies of #135167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135167

Black with #135167

Text Example


Text Example

White with #135167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135167; }

 p { color: rgb(19,81,103); }

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

background-color css

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

 a { background-color: rgb(19,81,103); }

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

border-color css

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

 span { border-color: rgb(19,81,103); }

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