Html Css Color HEX #134566 Astronaut Blue

📋 copy color: '#134566'

red 19 ◦ green 69 ◦ blue 102

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

Shades of Astronaut Blue #134566

Tints of Astronaut Blue #134566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

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

R = 10%
G = 36.32%
B = 53.68%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#134566 (or 0x134566) is known color: Astronaut Blue. HEX triplet: 13, 45 and 66. RGB value is (19,69,102). Sum of RGB (Red+Green+Blue) = 19+69+102=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #134566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134566 is #ECBA99. Grayscale: #393939. Windows color (decimal): -15514266 or 6702355. OLE color: 6702355.

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

Color convert

RGB 19 69 102 -
CMYK 0.81 0.32 0 0.6
HSL 203.86º 0.69% 0.24% -
HSV(B) 203.86º 0.81% 0.4% -
XYZ 4.79 5.35 13.35 -
YUV 57.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 19 69 102 0.81 0.32 0 0.6 203.86 0.69 0.24
Hex 13 45 66 51 20 0 3C CC 45 18
Octal 23 105 146 121 40 0 74 314 105 30
Binary 10011 1000101 1100110 1010001 100000 0 111100 11001100 1000101 11000

Color Harmonies of #134566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134566

Black with #134566

Text Example


Text Example

White with #134566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134566; }

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

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

background-color css

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

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

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

border-color css

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

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

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