Html Css Color HEX #134669 Astronaut Blue

📋 copy color: '#134669'

red 19 ◦ green 70 ◦ blue 105

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

Shades of Astronaut Blue #134669

Tints of Astronaut Blue #134669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

 BLUE value IS 105 (41.41% from 255) = 54.12%

R = 9.79%
G = 36.08%
B = 54.12%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#134669 (or 0x134669) is known color: Astronaut Blue. HEX triplet: 13, 46 and 69. RGB value is (19,70,105). Sum of RGB (Red+Green+Blue) = 19+70+105=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #134669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134669 is #ECB996. Grayscale: #3A3A3A. Windows color (decimal): -15514007 or 6899219. OLE color: 6899219.

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

Color convert

RGB 19 70 105 -
CMYK 0.82 0.33 0 0.59
HSL 204.42º 0.69% 0.24% -
HSV(B) 204.42º 0.82% 0.41% -
XYZ 5.01 5.54 14.17 -
YUV 58.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 19 70 105 0.82 0.33 0 0.59 204.42 0.69 0.24
Hex 13 46 69 52 21 0 3B CC 45 18
Octal 23 106 151 122 41 0 73 314 105 30
Binary 10011 1000110 1101001 1010010 100001 0 111011 11001100 1000101 11000

Color Harmonies of #134669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134669

Black with #134669

Text Example


Text Example

White with #134669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134669; }

 p { color: rgb(19,70,105); }

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

background-color css

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

 a { background-color: rgb(19,70,105); }

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

border-color css

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

 span { border-color: rgb(19,70,105); }

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