Html Css Color HEX #134361 Astronaut Blue

📋 copy color: '#134361'

red 19 ◦ green 67 ◦ blue 97

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

Shades of Astronaut Blue #134361

Tints of Astronaut Blue #134361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

 BLUE value IS 97 (38.28% from 255) = 53.01%

R = 10.38%
G = 36.61%
B = 53.01%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134361 (or 0x134361) is known color: Astronaut Blue. HEX triplet: 13, 43 and 61. RGB value is (19,67,97). Sum of RGB (Red+Green+Blue) = 19+67+97=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #134361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134361 is #ECBC9E. Grayscale: #373737. Windows color (decimal): -15514783 or 6374163. OLE color: 6374163.

HSL color Cylindrical-coordinate representation of color #134361: hue angle of 203.08º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134361 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 67 97 -
CMYK 0.80 0.31 0 0.62
HSL 203.08º 0.67% 0.23% -
HSV(B) 203.08º 0.8% 0.38% -
XYZ 4.43 5.02 12.04 -
YUV 56.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 19 67 97 0.80 0.31 0 0.62 203.08 0.67 0.23
Hex 13 43 61 50 1F 0 3E CB 43 17
Octal 23 103 141 120 37 0 76 313 103 27
Binary 10011 1000011 1100001 1010000 11111 0 111110 11001011 1000011 10111

Color Harmonies of #134361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134361

Black with #134361

Text Example


Text Example

White with #134361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134361; }

 p { color: rgb(19,67,97); }

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

background-color css

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

 a { background-color: rgb(19,67,97); }

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

border-color css

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

 span { border-color: rgb(19,67,97); }

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