Html Css Color HEX #134461 Astronaut Blue

📋 copy color: '#134461'

red 19 ◦ green 68 ◦ blue 97

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

Shades of Astronaut Blue #134461

Tints of Astronaut Blue #134461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.96%

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

R = 10.33%
G = 36.96%
B = 52.72%

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

#134461 (or 0x134461) is known color: Astronaut Blue. HEX triplet: 13, 44 and 61. RGB value is (19,68,97). Sum of RGB (Red+Green+Blue) = 19+68+97=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #134461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134461 is #ECBB9E. Grayscale: #383838. Windows color (decimal): -15514527 or 6374419. OLE color: 6374419.

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

Color convert

RGB 19 68 97 -
CMYK 0.80 0.30 0 0.62
HSL 202.31º 0.67% 0.23% -
HSV(B) 202.31º 0.8% 0.38% -
XYZ 4.49 5.14 12.06 -
YUV 56.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 19 68 97 0.80 0.30 0 0.62 202.31 0.67 0.23
Hex 13 44 61 50 1E 0 3E CA 43 17
Octal 23 104 141 120 36 0 76 312 103 27
Binary 10011 1000100 1100001 1010000 11110 0 111110 11001010 1000011 10111

Color Harmonies of #134461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134461

Black with #134461

Text Example


Text Example

White with #134461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134461; }

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

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

background-color css

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

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

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

border-color css

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

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

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