Html Css Color HEX #134463 Astronaut Blue

📋 copy color: '#134463'

red 19 ◦ green 68 ◦ blue 99

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

Shades of Astronaut Blue #134463

Tints of Astronaut Blue #134463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

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

R = 10.22%
G = 36.56%
B = 53.23%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#134463 (or 0x134463) is known color: Astronaut Blue. HEX triplet: 13, 44 and 63. RGB value is (19,68,99). Sum of RGB (Red+Green+Blue) = 19+68+99=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #134463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134463 is #ECBB9C. Grayscale: #383838. Windows color (decimal): -15514525 or 6505491. OLE color: 6505491.

HSL color Cylindrical-coordinate representation of color #134463: hue angle of 203.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 #134463 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 68 99 -
CMYK 0.81 0.31 0 0.61
HSL 203.25º 0.68% 0.23% -
HSV(B) 203.25º 0.81% 0.39% -
XYZ 4.59 5.17 12.56 -
YUV 56.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 19 68 99 0.81 0.31 0 0.61 203.25 0.68 0.23
Hex 13 44 63 51 1F 0 3D CB 44 17
Octal 23 104 143 121 37 0 75 313 104 27
Binary 10011 1000100 1100011 1010001 11111 0 111101 11001011 1000100 10111

Color Harmonies of #134463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134463

Black with #134463

Text Example


Text Example

White with #134463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134463; }

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

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

background-color css

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

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

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

border-color css

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

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

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