Html Css Color HEX #134962 Astronaut Blue

📋 copy color: '#134962'

red 19 ◦ green 73 ◦ blue 98

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

Shades of Astronaut Blue #134962

Tints of Astronaut Blue #134962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.58%

R = 10%
G = 38.42%
B = 51.58%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134962 (or 0x134962) is known color: Astronaut Blue. HEX triplet: 13, 49 and 62. RGB value is (19,73,98). Sum of RGB (Red+Green+Blue) = 19+73+98=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #134962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134962 is #ECB69D. Grayscale: #3B3B3B. Windows color (decimal): -15513246 or 6441235. OLE color: 6441235.

HSL color Cylindrical-coordinate representation of color #134962: hue angle of 198.99º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134962 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 73 98 -
CMYK 0.81 0.26 0 0.62
HSL 198.99º 0.68% 0.23% -
HSV(B) 198.99º 0.81% 0.38% -
XYZ 4.86 5.79 12.42 -
YUV 59.7 149.61 98.97 -
System Red Green Blue C M Y K H S L
Decimal 19 73 98 0.81 0.26 0 0.62 198.99 0.68 0.23
Hex 13 49 62 51 1A 0 3E C7 44 17
Octal 23 111 142 121 32 0 76 307 104 27
Binary 10011 1001001 1100010 1010001 11010 0 111110 11000111 1000100 10111

Color Harmonies of #134962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134962

Black with #134962

Text Example


Text Example

White with #134962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134962; }

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

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

background-color css

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

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

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

border-color css

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

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

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