Html Css Color HEX #134866 Astronaut Blue

📋 copy color: '#134866'

red 19 ◦ green 72 ◦ blue 102

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

Shades of Astronaut Blue #134866

Tints of Astronaut Blue #134866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

 BLUE value IS 102 (40.23% from 255) = 52.85%

R = 9.84%
G = 37.31%
B = 52.85%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#134866 (or 0x134866) is known color: Astronaut Blue. HEX triplet: 13, 48 and 66. RGB value is (19,72,102). Sum of RGB (Red+Green+Blue) = 19+72+102=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #134866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134866 is #ECB799. Grayscale: #3B3B3B. Windows color (decimal): -15513498 or 6703123. OLE color: 6703123.

HSL color Cylindrical-coordinate representation of color #134866: hue angle of 201.69º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134866 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 72 102 -
CMYK 0.81 0.29 0 0.6
HSL 201.69º 0.69% 0.24% -
HSV(B) 201.69º 0.81% 0.4% -
XYZ 4.98 5.73 13.41 -
YUV 59.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 19 72 102 0.81 0.29 0 0.6 201.69 0.69 0.24
Hex 13 48 66 51 1D 0 3C CA 45 18
Octal 23 110 146 121 35 0 74 312 105 30
Binary 10011 1001000 1100110 1010001 11101 0 111100 11001010 1000101 11000

Color Harmonies of #134866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134866

Black with #134866

Text Example


Text Example

White with #134866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134866; }

 p { color: rgb(19,72,102); }

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

background-color css

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

 a { background-color: rgb(19,72,102); }

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

border-color css

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

 span { border-color: rgb(19,72,102); }

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