Html Css Color HEX #134360 Astronaut Blue

📋 copy color: '#134360'

red 19 ◦ green 67 ◦ blue 96

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

Shades of Astronaut Blue #134360

Tints of Astronaut Blue #134360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.75%

R = 10.44%
G = 36.81%
B = 52.75%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134360 (or 0x134360) is known color: Astronaut Blue. HEX triplet: 13, 43 and 60. RGB value is (19,67,96). Sum of RGB (Red+Green+Blue) = 19+67+96=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #134360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134360 is #ECBC9F. Grayscale: #373737. Windows color (decimal): -15514784 or 6308627. OLE color: 6308627.

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

Color convert

RGB 19 67 96 -
CMYK 0.80 0.30 0 0.62
HSL 202.6º 0.67% 0.23% -
HSV(B) 202.6º 0.8% 0.38% -
XYZ 4.39 5 11.8 -
YUV 55.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 19 67 96 0.80 0.30 0 0.62 202.6 0.67 0.23
Hex 13 43 60 50 1E 0 3E CB 43 17
Octal 23 103 140 120 36 0 76 313 103 27
Binary 10011 1000011 1100000 1010000 11110 0 111110 11001011 1000011 10111

Color Harmonies of #134360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134360

Black with #134360

Text Example


Text Example

White with #134360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134360; }

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

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

background-color css

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

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

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

border-color css

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

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

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