Html Css Color HEX #134362 Astronaut Blue

📋 copy color: '#134362'

red 19 ◦ green 67 ◦ blue 98

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

Shades of Astronaut Blue #134362

Tints of Astronaut Blue #134362

RGB

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

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

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

R = 10.33%
G = 36.41%
B = 53.26%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134362 (or 0x134362) is known color: Astronaut Blue. HEX triplet: 13, 43 and 62. RGB value is (19,67,98). Sum of RGB (Red+Green+Blue) = 19+67+98=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #134362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134362 is #ECBC9D. Grayscale: #383838. Windows color (decimal): -15514782 or 6439699. OLE color: 6439699.

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

Color convert

RGB 19 67 98 -
CMYK 0.81 0.32 0 0.62
HSL 203.54º 0.68% 0.23% -
HSV(B) 203.54º 0.81% 0.38% -
XYZ 4.48 5.03 12.29 -
YUV 56.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 19 67 98 0.81 0.32 0 0.62 203.54 0.68 0.23
Hex 13 43 62 51 20 0 3E CC 44 17
Octal 23 103 142 121 40 0 76 314 104 27
Binary 10011 1000011 1100010 1010001 100000 0 111110 11001100 1000100 10111

Color Harmonies of #134362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134362

Black with #134362

Text Example


Text Example

White with #134362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134362; }

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

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

background-color css

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

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

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

border-color css

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

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

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