Html Css Color HEX #134968 Astronaut Blue

📋 copy color: '#134968'

red 19 ◦ green 73 ◦ blue 104

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

Shades of Astronaut Blue #134968

Tints of Astronaut Blue #134968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.24%

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

R = 9.69%
G = 37.24%
B = 53.06%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#134968 (or 0x134968) is known color: Astronaut Blue. HEX triplet: 13, 49 and 68. RGB value is (19,73,104). Sum of RGB (Red+Green+Blue) = 19+73+104=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #134968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134968 is #ECB697. Grayscale: #3C3C3C. Windows color (decimal): -15513240 or 6834451. OLE color: 6834451.

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

Color convert

RGB 19 73 104 -
CMYK 0.82 0.30 0 0.59
HSL 201.88º 0.69% 0.24% -
HSV(B) 201.88º 0.82% 0.41% -
XYZ 5.15 5.9 13.96 -
YUV 60.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 19 73 104 0.82 0.30 0 0.59 201.88 0.69 0.24
Hex 13 49 68 52 1E 0 3B CA 45 18
Octal 23 111 150 122 36 0 73 312 105 30
Binary 10011 1001001 1101000 1010010 11110 0 111011 11001010 1000101 11000

Color Harmonies of #134968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134968

Black with #134968

Text Example


Text Example

White with #134968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134968; }

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

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

background-color css

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

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

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

border-color css

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

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

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