Html Css Color HEX #134768 Astronaut Blue

📋 copy color: '#134768'

red 19 ◦ green 71 ◦ blue 104

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

Shades of Astronaut Blue #134768

Tints of Astronaut Blue #134768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.6%

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

R = 9.79%
G = 36.6%
B = 53.61%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#134768 (or 0x134768) is known color: Astronaut Blue. HEX triplet: 13, 47 and 68. RGB value is (19,71,104). Sum of RGB (Red+Green+Blue) = 19+71+104=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #134768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134768 is #ECB897. Grayscale: #3B3B3B. Windows color (decimal): -15513752 or 6833939. OLE color: 6833939.

HSL color Cylindrical-coordinate representation of color #134768: hue angle of 203.29º 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 #134768 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 71 104 -
CMYK 0.82 0.32 0 0.59
HSL 203.29º 0.69% 0.24% -
HSV(B) 203.29º 0.82% 0.41% -
XYZ 5.02 5.64 13.92 -
YUV 59.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 19 71 104 0.82 0.32 0 0.59 203.29 0.69 0.24
Hex 13 47 68 52 20 0 3B CB 45 18
Octal 23 107 150 122 40 0 73 313 105 30
Binary 10011 1000111 1101000 1010010 100000 0 111011 11001011 1000101 11000

Color Harmonies of #134768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134768

Black with #134768

Text Example


Text Example

White with #134768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134768; }

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

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

background-color css

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

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

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

border-color css

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

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

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