Html Css Color HEX #134260 Astronaut Blue

📋 copy color: '#134260'

red 19 ◦ green 66 ◦ blue 96

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

Shades of Astronaut Blue #134260

Tints of Astronaut Blue #134260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

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

R = 10.5%
G = 36.46%
B = 53.04%

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

#134260 (or 0x134260) is known color: Astronaut Blue. HEX triplet: 13, 42 and 60. RGB value is (19,66,96). Sum of RGB (Red+Green+Blue) = 19+66+96=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #134260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134260 is #ECBD9F. Grayscale: #373737. Windows color (decimal): -15515040 or 6308371. OLE color: 6308371.

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

Color convert

RGB 19 66 96 -
CMYK 0.80 0.31 0 0.62
HSL 203.38º 0.67% 0.23% -
HSV(B) 203.38º 0.8% 0.38% -
XYZ 4.33 4.88 11.78 -
YUV 55.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 19 66 96 0.80 0.31 0 0.62 203.38 0.67 0.23
Hex 13 42 60 50 1F 0 3E CB 43 17
Octal 23 102 140 120 37 0 76 313 103 27
Binary 10011 1000010 1100000 1010000 11111 0 111110 11001011 1000011 10111

Color Harmonies of #134260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134260

Black with #134260

Text Example


Text Example

White with #134260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134260; }

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

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

background-color css

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

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

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

border-color css

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

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

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