Html Css Color HEX #134863 Astronaut Blue

📋 copy color: '#134863'

red 19 ◦ green 72 ◦ blue 99

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

Shades of Astronaut Blue #134863

Tints of Astronaut Blue #134863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

 BLUE value IS 99 (39.06% from 255) = 52.11%

R = 10%
G = 37.89%
B = 52.11%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#134863 (or 0x134863) is known color: Astronaut Blue. HEX triplet: 13, 48 and 63. RGB value is (19,72,99). Sum of RGB (Red+Green+Blue) = 19+72+99=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #134863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134863 is #ECB79C. Grayscale: #3B3B3B. Windows color (decimal): -15513501 or 6506515. OLE color: 6506515.

HSL color Cylindrical-coordinate representation of color #134863: hue angle of 200.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134863 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 72 99 -
CMYK 0.81 0.27 0 0.61
HSL 200.25º 0.68% 0.23% -
HSV(B) 200.25º 0.81% 0.39% -
XYZ 4.84 5.67 12.64 -
YUV 59.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 19 72 99 0.81 0.27 0 0.61 200.25 0.68 0.23
Hex 13 48 63 51 1B 0 3D C8 44 17
Octal 23 110 143 121 33 0 75 310 104 27
Binary 10011 1001000 1100011 1010001 11011 0 111101 11001000 1000100 10111

Color Harmonies of #134863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134863

Black with #134863

Text Example


Text Example

White with #134863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134863; }

 p { color: rgb(19,72,99); }

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

background-color css

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

 a { background-color: rgb(19,72,99); }

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

border-color css

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

 span { border-color: rgb(19,72,99); }

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