Html Css Color HEX #134865 Astronaut Blue

📋 copy color: '#134865'

red 19 ◦ green 72 ◦ blue 101

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

Shades of Astronaut Blue #134865

Tints of Astronaut Blue #134865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.6%

R = 9.9%
G = 37.5%
B = 52.6%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#134865 (or 0x134865) is known color: Astronaut Blue. HEX triplet: 13, 48 and 65. RGB value is (19,72,101). Sum of RGB (Red+Green+Blue) = 19+72+101=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #134865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134865 is #ECB79A. Grayscale: #3B3B3B. Windows color (decimal): -15513499 or 6637587. OLE color: 6637587.

HSL color Cylindrical-coordinate representation of color #134865: hue angle of 201.22º degrees, saturation: 0.68, 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 #134865 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 72 101 -
CMYK 0.81 0.29 0 0.60
HSL 201.22º 0.68% 0.24% -
HSV(B) 201.22º 0.81% 0.4% -
XYZ 4.93 5.71 13.15 -
YUV 59.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 19 72 101 0.81 0.29 0 0.60 201.22 0.68 0.24
Hex 13 48 65 51 1D 0 3C C9 44 18
Octal 23 110 145 121 35 0 74 311 104 30
Binary 10011 1001000 1100101 1010001 11101 0 111100 11001001 1000100 11000

Color Harmonies of #134865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134865

Black with #134865

Text Example


Text Example

White with #134865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134865; }

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

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

background-color css

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

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

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

border-color css

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

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

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